Provided by: libsdl1.2-dev_1.2.15-8ubuntu1.1_amd64 bug

NAME

       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