|
My Project
|
Go to the source code of this file.
Functions | |
| DECLSPEC int SDLCALL | SDL_SetClipboardText (const char *text) |
| Put UTF-8 text into the clipboard. More... | |
| DECLSPEC char *SDLCALL | SDL_GetClipboardText (void) |
| Get UTF-8 text from the clipboard, which must be freed with SDL_free() More... | |
| DECLSPEC SDL_bool SDLCALL | SDL_HasClipboardText (void) |
| Returns a flag indicating whether the clipboard exists and contains a text string that is non-empty. More... | |
Include file for SDL clipboard handling
| DECLSPEC char* SDLCALL SDL_GetClipboardText | ( | void | ) |
Get UTF-8 text from the clipboard, which must be freed with SDL_free()
| DECLSPEC SDL_bool SDLCALL SDL_HasClipboardText | ( | void | ) |
Returns a flag indicating whether the clipboard exists and contains a text string that is non-empty.
| DECLSPEC int SDLCALL SDL_SetClipboardText | ( | const char * | text | ) |
Put UTF-8 text into the clipboard.