Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-04-15 17:11:55
Size: 582
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 3 as of 2011-11-04 16:52:30
Size: 643
Editor: SheenaSmith
Comment: update content - description (10/29 f2a89f2a6157)
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Use this function to return whether the clipboard has text. Use this function to return a flag indicating whether the clipboard exists and contains a text string that is non-empty.

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

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

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