DRAFT |
SDL_GetCursor
Use this function to return the active cursor for the currently selected mouse.
Syntax
SDL_Cursor* SDL_GetCursor(void)
Return Value
Returns the active SDL_Cursor for the currently selected mouse. green
Code Examples
You can add your code example here
Remarks
You can add useful comments here
