|
⇤ ← Revision 1 as of 2013-10-30 21:46:06
Size: 1359
Comment: Added page for SDL_GetDefaultCursor( ) using content from headers.
|
← Revision 2 as of 2013-10-30 21:47:01 ⇥
Size: 1354
Comment: Fixed function syntax and version.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| SDL_Cursor* SDLCALL SDL_GetDefaultCursor(void) | SDL_Cursor* SDL_GetDefaultCursor(void) |
| Line 40: | Line 40: |
| This function is available in SDL 2.0.0. | This function is available since SDL 2.0.0. |
DRAFT |
SDL_GetDefaultCursor
Use this function to get the default cursor.
Syntax
SDL_Cursor* SDL_GetDefaultCursor(void)
Return Value
Returns the default cursor on success or NULL on failure.
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.
