Wraps SDL_GetClipboardText which gets the text stored in the clipboard
Wraps SDL_GetPrimarySelectionText (from SDL 2.26) which gets the text stored in the primary selection
Wraps SDL_HasClipboardText which checks whether the clipboard exists and contains a non-empty text string
Wraps SDL_HasPrimarySelectionText (from SDL 2.26) which checks whether the primary selection exists and contains a non-empty text string
Wraps SDL_SetClipboardText which puts a string of text into the clipboard
Wraps SDL_SetPrimarySelectionText (from SDL 2.26) which puts a string of text into the primary selection