SDL_HasClipboardText

Use this function to return 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


CategoryAPI, CategoryClipboard

SDL_HasClipboardText (last edited 2011-11-04 16:52:30 by SheenaSmith)

Feedback
Please include your contact information if you'd like to receive a reply.
Submit