Loading...
Searching...
No Matches
Clipboard.h
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
void sfClipboard_setString(const char *text)
Set the content of the clipboard as ANSI string data.
const sfUint32 * sfClipboard_getUnicodeString(void)
Get the content of the clipboard as string data (returns a Unicode string)
const char * sfClipboard_getString(void)
Get the content of the clipboard as string data (returns an ANSI string)
void sfClipboard_setUnicodeString(const sfUint32 *text)
Set the content of the clipboard as Unicode string data.