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(3), SDL_CreateCursor(3), SDL_ShowCursor(3)

COPYRIGHT

This manual page is taken from the SDL library, licensed under GNU LGPL.