Wiki Page Content

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

None: SDL_HasClipboardText (last edited 2016-05-14 22:24:43 by PhilippWiesemann)

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