Searched refs:SDL_Cursor (Results 1 – 6 of 6) sorted by relevance
39 typedef struct SDL_Cursor { struct46 } SDL_Cursor; argument83 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor91 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);96 extern DECLSPEC SDL_Cursor * SDLCALL SDL_GetCursor(void);101 extern DECLSPEC void SDLCALL SDL_FreeCursor(SDL_Cursor *cursor);
39 SDL_Cursor *SDL_cursor = NULL;40 static SDL_Cursor *SDL_defcursor = NULL;47 SDL_Cursor *cursor; in SDL_CursorQuit()108 SDL_Cursor * SDL_CreateCursor (Uint8 *data, Uint8 *mask, in SDL_CreateCursor()114 SDL_Cursor *cursor; in SDL_CreateCursor()126 cursor = (SDL_Cursor *)SDL_malloc(sizeof *cursor); in SDL_CreateCursor()168 void SDL_SetCursor (SDL_Cursor *cursor) in SDL_SetCursor()234 SDL_Cursor * SDL_GetCursor (void) in SDL_GetCursor()239 void SDL_FreeCursor (SDL_Cursor *cursor) in SDL_FreeCursor()
63 extern SDL_Cursor *SDL_cursor;
51 static void GS_MoveCursor(_THIS, SDL_Cursor *cursor, int x, int y) in GS_MoveCursor()134 SDL_Cursor *cursor; in GS_ShowWMCursor()
226 SDL_Cursor *sdlc = SDL_GetCursor();
956 SDL_Cursor *sdlc = SDL_GetCursor();