SDL_GetCursor (3) Linux Manual Page
SDL_GetCursor – Get the currently active mouse cursor.
Synopsis
#include "SDL.h"
SDL_Cursor *SDL_GetCursor(void);
Description
Returns the currently active mouse cursor.
See Also
SDL_SetCursor, SDL_CreateCursor, SDL_ShowCursor
