Get the active cursor.
This function returns a pointer to the current cursor which is owned by the library. It is not necessary to free the cursor with SDL_DestroyCursor().
The active cursor or NULL if there is no mouse.
Threadsafety: This function should only be called on the main thread.
SDL_SetCursor
See Implementation
Get the active cursor.
This function returns a pointer to the current cursor which is owned by the library. It is not necessary to free the cursor with SDL_DestroyCursor().