Home
last modified time | relevance | path

Searched refs:SDL_BUTTON_RMASK (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_mouse.h289 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT) macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c241 …WIN_CheckWParamMouseButton((wParam & MK_RBUTTON), (mouseFlags & SDL_BUTTON_RMASK), data, SDL_BUTTO… in WIN_CheckWParamMouseButtons()
259 …ramMouseButton((rawButtons & RI_MOUSE_BUTTON_2_DOWN), (mouseFlags & SDL_BUTTON_RMASK), data, SDL_B… in WIN_CheckRawMouseButtons()
261 …aramMouseButton(!(rawButtons & RI_MOUSE_BUTTON_2_UP), (mouseFlags & SDL_BUTTON_RMASK), data, SDL_B… in WIN_CheckRawMouseButtons()
295 … WIN_CheckWParamMouseButton(SDL_FALSE, (mouseFlags & SDL_BUTTON_RMASK), data, SDL_BUTTON_RIGHT, 0); in WIN_CheckAsyncMouseRelease()
409 data->focus_click_pending |= SDL_BUTTON_RMASK; in WIN_WindowProc()
DSDL_windowsmouse.c283 retval |= GetAsyncKeyState(VK_RBUTTON) & 0x8000 ? SDL_BUTTON_RMASK : 0; in WIN_GetGlobalMouseState()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11mouse.c394 buttons |= (mask & Button3Mask) ? SDL_BUTTON_RMASK : 0; in X11_GetGlobalMouseState()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamouse.m327 retval |= (cocoaButtons & (1 << 1)) ? SDL_BUTTON_RMASK : 0;
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_common.c1536 (mask & SDL_BUTTON_RMASK) ? " [RBUTTON]" : "", in SDLTest_CommonEvent()
/third_party/ffmpeg/fftools/
Dffplay.c3425 if (!(event.motion.state & SDL_BUTTON_RMASK)) in event_loop()