Home
last modified time | relevance | path

Searched refs:SDL_cursor (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_cursor.c39 SDL_Cursor *SDL_cursor = NULL; variable
46 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 …]
DSDL_cursor_c.h63 extern SDL_Cursor *SDL_cursor;
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
DSDL_gsmouse.c129 GS_MoveCursor(this, SDL_cursor, x, y); in GS_MoveWMCursor()
140 cursor = SDL_cursor; in GS_ShowWMCursor()
/external/qemu/distrib/sdl-1.2.12/
Dsources.make158 SDL_cursor.c \