Searched refs:SDL_cursor (Results 1 – 4 of 4) sorted by relevance
39 SDL_Cursor *SDL_cursor = NULL; variable46 if ( SDL_cursor != NULL ) { in SDL_CursorQuit()50 if ( SDL_cursor != SDL_defcursor ) { in SDL_CursorQuit()51 SDL_FreeCursor(SDL_cursor); in SDL_CursorQuit()53 SDL_cursor = NULL; in SDL_CursorQuit()182 if ( cursor && (cursor != SDL_cursor) ) { in SDL_SetCursor()191 if ( SDL_cursor && video->ShowWMCursor ) { in SDL_SetCursor()195 SDL_cursor = cursor; in SDL_SetCursor()199 if ( SDL_cursor && (SDL_cursorstate&CURSOR_VISIBLE) ) { in SDL_SetCursor()202 if ( SDL_cursor->wm_cursor && video->ShowWMCursor ) { in SDL_SetCursor()[all …]
63 extern SDL_Cursor *SDL_cursor;
129 GS_MoveCursor(this, SDL_cursor, x, y); in GS_MoveWMCursor()140 cursor = SDL_cursor; in GS_ShowWMCursor()
158 SDL_cursor.c \