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_setUnicodeString(const sfChar32 *text)
Set the content of the clipboard as Unicode string data.
void sfClipboard_setString(const char *text)
Set the content of the clipboard as ANSI string data.
const char * sfClipboard_getString(void)
Get the content of the clipboard as string data (returns an ANSI string)
const sfChar32 * sfClipboard_getUnicodeString(void)
Get the content of the clipboard as string data (returns a Unicode string)