|
Size: 582
Comment: update content - w/ Sam; remove draft
|
Size: 643
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
