|
Size: 643
Comment: update content - description (10/29 f2a89f2a6157)
|
Size: 671
Comment: add related function
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 27: | Line 27: |
| .[[SDL_SetClipboardText]] |
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
