SDL_GetCursor
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.
SDL_GetCursor -- Get the currently active mouse cursor.
#include "SDL.h" SDL_Cursor *SDL_GetCursor(void);
Returns the currently active mouse cursor.
SDL_GetCursor (last edited 2008-04-17 08:18:20 by localhost)