|
Atrinik Client 2.5
|
Go to the source code of this file.
Functions | |
| int | clipboard_init () |
| int | clipboard_set (const char *str) |
| char * | clipboard_get () |
Implements clipboard handling.
Based on the works of Sam Lantinga (SDL_scrap) and Eric Wing (SDL_Clipboard).
Definition in file clipboard.c.
| char* clipboard_get | ( | ) |
Get the contents of the clipboard.
Definition at line 261 of file clipboard.c.
| int clipboard_init | ( | ) |
Initializes the clipboard
Definition at line 115 of file clipboard.c.
| int clipboard_set | ( | const char * | str | ) |
Set the contents of the clipboard.
| str | String to set contents of the clipboard to. |
Definition at line 160 of file clipboard.c.
1.7.4