HomeSort by relevance Sort by last modified time
    Searched defs:SDL_BUTTON (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_mouse.h 54 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
62 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
122 #define SDL_BUTTON(X) (1 << ((X)-1))
130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
131 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
132 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
134 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_mouse.h 54 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
62 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
122 #define SDL_BUTTON(X) (1 << ((X)-1))
130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
131 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
132 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
134 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_mouse.h 54 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
62 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
122 #define SDL_BUTTON(X) (1 << ((X)-1))
130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
131 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
132 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
134 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_mouse.h 54 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
62 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
122 #define SDL_BUTTON(X) (1 << ((X)-1))
130 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
131 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
132 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
133 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
134 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)

Completed in 663 milliseconds