Searched defs:SDL_BUTTON (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_mouse.h54 * 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)) macro
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 31 milliseconds