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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h 91 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 91 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 91 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_mouse.h 95 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 91 extern DECLSPEC void SDLCALL SDL_SetCursor(SDL_Cursor *cursor);
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x 82 SDL_SetCursor
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 77 SDL_SetCursor(SDL_defcursor);
164 /* SDL_SetCursor(NULL) can be used to force the cursor redraw,
168 void SDL_SetCursor (SDL_Cursor *cursor)
243 SDL_SetCursor(SDL_defcursor);
282 SDL_SetCursor(NULL);
SDL_video.c 743 SDL_SetCursor(NULL);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysevents.cc 118 SDL_SetCursor(NULL);
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysevents.cc 211 SDL_SetCursor(NULL);
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c 69 SDL_SetCursor(NULL);

Completed in 275 milliseconds