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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_mouse.h 74 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
84 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
203 #define SDL_BUTTON(X) (1 << ((X)-1))
209 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
210 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
211 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
212 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
213 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_mouse.h 74 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
84 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
203 #define SDL_BUTTON(X) (1 << ((X)-1))
209 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
210 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
211 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
212 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
213 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)
  /prebuilts/misc/windows/sdl2/include/
SDL_mouse.h 74 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
84 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
203 #define SDL_BUTTON(X) (1 << ((X)-1))
209 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
210 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
211 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
212 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
213 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_mouse.h 74 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
84 * be tested using the SDL_BUTTON(X) macros, and x and y are set to the
203 #define SDL_BUTTON(X) (1 << ((X)-1))
209 #define SDL_BUTTON_LMASK SDL_BUTTON(SDL_BUTTON_LEFT)
210 #define SDL_BUTTON_MMASK SDL_BUTTON(SDL_BUTTON_MIDDLE)
211 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
212 #define SDL_BUTTON_X1MASK SDL_BUTTON(SDL_BUTTON_X1)
213 #define SDL_BUTTON_X2MASK SDL_BUTTON(SDL_BUTTON_X2)
  /prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c 19 (state == SDL_BUTTON(SDL_BUTTON_LEFT)) ||
20 (state == SDL_BUTTON(SDL_BUTTON_MIDDLE)) ||
21 (state == SDL_BUTTON(SDL_BUTTON_RIGHT)) ||
22 (state == SDL_BUTTON(SDL_BUTTON_X1)) ||
23 (state == SDL_BUTTON(SDL_BUTTON_X2));

Completed in 1315 milliseconds