|
Size: 667
Comment: minor change
|
Size: 609
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| Returns the active SDL_Cursor. ''-or-'' Returns a pointer to the active SDL_Cursor. | Returns the active cursor. |
DRAFT |
SDL_GetCursor
Use this function to return the active cursor.
Syntax
SDL_Cursor* SDL_GetCursor(void)
Return Value
Returns the active cursor.
green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
