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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mouse.h 128 #define SDL_BUTTON_X1 6
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 128 #define SDL_BUTTON_X1 6
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 128 #define SDL_BUTTON_X1 6
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 128 #define SDL_BUTTON_X1 6
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 416 button = SDL_BUTTON_X1 + xbuttonval - 1;
421 button = SDL_BUTTON_X1 + xbuttonval - 1;
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 422 case 4: button = SDL_BUTTON_X1; break;
519 case 4: button = SDL_BUTTON_X1; break;

Completed in 536 milliseconds