The Battle for Wesnoth  1.19.25+dev
Namespaces | Functions
clipboard.cpp File Reference
#include "desktop/clipboard.hpp"
#include <SDL3/SDL_clipboard.h>
Include dependency graph for clipboard.cpp:

Go to the source code of this file.

Namespaces

 desktop
 
 desktop::clipboard
 

Functions

void desktop::clipboard::copy_to_clipboard (const std::string &text)
 Copies text to the clipboard. More...
 
std::string desktop::clipboard::copy_from_clipboard ()
 Copies text from the clipboard. More...