Searched refs:SDL_Cursor (Results 1 – 1 of 1) sorted by relevance
41 typedef struct SDL_Cursor SDL_Cursor; /**< Implementation dependent */ typedef317 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateCursor(const Uint8 * data,336 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateColorCursor(SDL_Surface *surface,351 extern DECLSPEC SDL_Cursor *SDLCALL SDL_CreateSystemCursor(SDL_SystemCursor id);369 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor * cursor);383 extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetCursor(void);397 extern DECLSPEC SDL_Cursor *SDLCALL SDL_GetDefaultCursor(void);413 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor * cursor);
Completed in 5 milliseconds