HomeSort by relevance Sort by last modified time
    Searched refs:SDL_cursor (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_cursor.c 39 SDL_Cursor *SDL_cursor = NULL;
40 static SDL_Cursor *SDL_defcursor = NULL;
46 if ( SDL_cursor != NULL ) {
47 SDL_Cursor *cursor;
50 if ( SDL_cursor != SDL_defcursor ) {
51 SDL_FreeCursor(SDL_cursor);
53 SDL_cursor = NULL;
108 SDL_Cursor * SDL_CreateCursor (Uint8 *data, Uint8 *mask,
114 SDL_Cursor *cursor
    [all...]
SDL_cursor_c.h 24 /* Useful variables and functions from SDL_cursor.c */
63 extern SDL_Cursor *SDL_cursor;
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsmouse.c 51 static void GS_MoveCursor(_THIS, SDL_Cursor *cursor, int x, int y)
129 GS_MoveCursor(this, SDL_cursor, x, y);
134 SDL_Cursor *cursor;
140 cursor = SDL_cursor;

Completed in 73 milliseconds