|
Size: 639
Comment: create page - 4/8 05af1b9ff46d
|
Size: 733
Comment: Added Version section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 6: | 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. |
| Line 26: | Line 25: |
| == Version == This function is available since SDL 2.0.0. |
|
| Line 28: | Line 30: |
| .[[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
Version
This function is available since SDL 2.0.0.
