Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SDL_clipboard.h File Reference
Include file for SDL clipboard handling. More...
Go to the source code of this file.
Functions | |
DECLSPEC int SDLCALL | SDL_SetClipboardText (const char *text) |
Put UTF-8 text into the clipboard. | |
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. |
Detailed Description
Include file for SDL clipboard handling.
Definition in file SDL_clipboard.h.
Function Documentation
DECLSPEC char* SDLCALL SDL_GetClipboardText | ( | void | ) |
Get UTF-8 text from the clipboard, which must be freed with SDL_free()
- See also:
- SDL_SetClipboardText()
DECLSPEC SDL_bool SDLCALL SDL_HasClipboardText | ( | void | ) |
Returns a flag indicating whether the clipboard exists and contains a text string that is non-empty.
- See also:
- SDL_GetClipboardText()
DECLSPEC int SDLCALL SDL_SetClipboardText | ( | const char * | text ) |
Put UTF-8 text into the clipboard.
- See also:
- SDL_GetClipboardText()
Generated on Tue Jul 12 2022 13:56:25 by
