Searched refs:SDL_Cursor (Results 1 – 7 of 7) sorted by relevance
41 typedef struct SDL_Cursor { struct48 } SDL_Cursor; argument85 extern DECLSPEC SDL_Cursor * SDLCALL SDL_CreateCursor93 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);98 extern DECLSPEC SDL_Cursor * SDLCALL SDL_GetCursor(void);103 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;
107 static SDL_Cursor *create_arrow_cursor() in create_arrow_cursor()146 SDL_Cursor *cursor[3]; in main()
51 static void GS_MoveCursor(_THIS, SDL_Cursor *cursor, int x, int y) in GS_MoveCursor()134 SDL_Cursor *cursor; in GS_ShowWMCursor()
224 SDL_Cursor *sdlc = SDL_GetCursor();
1035 SDL_Cursor *sdlc = SDL_GetCursor();