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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_mouse.h 52 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
60 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
119 #define SDL_BUTTON(X) (1 << ((X)-1))
125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
126 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
127 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_mouse.h 52 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
60 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
119 #define SDL_BUTTON(X) (1 << ((X)-1))
125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
126 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
127 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_mouse.h 52 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
60 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
119 #define SDL_BUTTON(X) (1 << ((X)-1))
125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
126 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
127 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mouse.h 56 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
64 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
123 #define SDL_BUTTON(X) (SDL_PRESSED<<(X-1))
129 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
130 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
131 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
  /prebuilt/windows/sdl/include/SDL/
SDL_mouse.h 52 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
60 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
119 #define SDL_BUTTON(X) (1 << ((X)-1))
125 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
126 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
127 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)

Completed in 1219 milliseconds