Clip board

Gives the application accesss the the platforms Cut and Paste buffers

betray_clipboard_set

void betray_clipboard_set(char *text);

Description: Sets the clipboard buffers to a text string

betray_clipboard_get

char *betray_clipboard_get(void);

Description: Retrives a text string containg the current content of a text string. Dont forget to free it!