Get the currently active mouse cursor.
#include "SDL.h"
SDL_Cursor *SDL_GetCursor(void);
Returns the currently active mouse cursor.
SDL_SetCursor, SDL_CreateCursor, SDL_ShowCursor