SDL_HasClipboardText
Use this function to get a flag indicating whether the clipboard exists and contains a text string that is non-empty.
Syntax
SDL_bool SDL_HasClipboardText(void)
Return Value
Returns SDL_TRUE if the clipboard has text, or SDL_FALSE if it does not.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Version
This function is available since SDL 2.0.0.