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 filled with the active SDL_Cursor.
Code Examples
You can add your code example here
Remarks
You can add useful comments here