Searched refs:SDL_cursor (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c39 SDL_Cursor *SDL_cursor = NULL; variable
46 if ( SDL_cursor != NULL ) {
50 if ( SDL_cursor != SDL_defcursor ) {
51 SDL_FreeCursor(SDL_cursor);
53 SDL_cursor = NULL;
182 if ( cursor && (cursor != SDL_cursor) ) {
191 if ( SDL_cursor && video->ShowWMCursor ) {
195 SDL_cursor = cursor;
199 if ( SDL_cursor && (SDL_cursorstate&CURSOR_VISIBLE) ) {
202 if ( SDL_cursor
[all...]
H A DSDL_cursor_c.h24 /* Useful variables and functions from SDL_cursor.c */
63 extern SDL_Cursor *SDL_cursor;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsmouse.c129 GS_MoveCursor(this, SDL_cursor, x, y);
140 cursor = SDL_cursor;

Completed in 854 milliseconds