|
Size: 650
Comment: update content - changeset 4465
|
Size: 667
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| Returns the active SDL_Cursor. ''-or-'' <<Color2(green,Returns a pointer filled with the active SDL_Cursor.)>> | Returns the active SDL_Cursor. ''-or-'' Returns a pointer to the active SDL_Cursor. <<Color2(green,What happens on error?)>> |
DRAFT |
SDL_GetCursor
Use this function to return the active cursor.
Syntax
SDL_Cursor* SDL_GetCursor(void)
Return Value
Returns the active SDL_Cursor. -or- Returns a pointer to the active SDL_Cursor.
green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
