SDL_GetCursor
Get the currently active mouse cursor.
- Provided by: libsdl1.2-dev (Version: 1.2.15+dfsg1-3ubuntu0.1)
- Source: libsdl1.2
- Report a bug
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