cpp-sdl2
C++ header-only SDL2 wrapper
|
Clipboard management functions. More...
Functions | |
bool | has_text () |
Returns true if clipboard has text. More... | |
std::string | text () |
Returns the content of the clipboard. More... | |
int | get_text (std::string const &text) |
Set the clipboard to a specific value. More... | |
Clipboard management functions.
|
inline |
|
inline |