|
⇤ ← Revision 1 as of 2011-04-14 22:21:13
Size: 639
Comment: create page - 4/8 05af1b9ff46d
|
Size: 582
Comment: update content - w/ Sam; remove draft
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| |
SDL_HasClipboardText
Use this function to return whether the clipboard has text.
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
