Wiki Page Content

Revision 6 as of 2016-05-14 22:24:43

Clear message

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.


CategoryAPI, CategoryClipboard

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