Searched refs:SDL_BUTTON_RIGHT (Results 1 – 15 of 15) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_mouse.h | 284 #define SDL_BUTTON_RIGHT 3 macro 289 #define SDL_BUTTON_RMASK SDL_BUTTON(SDL_BUTTON_RIGHT)
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidmouse.c | 62 SDLButton = SDL_BUTTON_RIGHT; in Android_OnMouse()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_sdl.cpp | 98 if (event->button.button == SDL_BUTTON_RIGHT) g_MousePressed[1] = true; in ImGui_ImplSDL2_ProcessEvent() 223 io.MouseDown[1] = g_MousePressed[1] || (mouse_buttons & SDL_BUTTON(SDL_BUTTON_RIGHT)) != 0; in ImGui_ImplSDL2_UpdateMousePosAndButtons()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.c | 241 …useButton((wParam & MK_RBUTTON), (mouseFlags & SDL_BUTTON_RMASK), data, SDL_BUTTON_RIGHT, mouseID); in WIN_CheckWParamMouseButtons() 259 …(rawButtons & RI_MOUSE_BUTTON_2_DOWN), (mouseFlags & SDL_BUTTON_RMASK), data, SDL_BUTTON_RIGHT, 0); in WIN_CheckRawMouseButtons() 261 …(!(rawButtons & RI_MOUSE_BUTTON_2_UP), (mouseFlags & SDL_BUTTON_RMASK), data, SDL_BUTTON_RIGHT, 0); in WIN_CheckRawMouseButtons() 295 … WIN_CheckWParamMouseButton(SDL_FALSE, (mouseFlags & SDL_BUTTON_RMASK), data, SDL_BUTTON_RIGHT, 0); in WIN_CheckAsyncMouseRelease() 532 …->window, 0, GetAsyncKeyState(VK_RBUTTON) & 0x8000 ? SDL_PRESSED : SDL_RELEASED, SDL_BUTTON_RIGHT); in WIN_WindowProc()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_sdl.cpp | 131 if (event->button.button == SDL_BUTTON_RIGHT) { bd->MousePressed[1] = true; } in ImGui_ImplSDL2_ProcessEvent() 314 io.MouseDown[1] = bd->MousePressed[1] || (mouse_buttons & SDL_BUTTON(SDL_BUTTON_RIGHT)) != 0; in ImGui_ImplSDL2_UpdateMousePosAndButtons()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirevents.c | 104 sdl_button = SDL_BUTTON_RIGHT; in HandleMouseButton()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 147 return SDL_BUTTON_RIGHT;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
D | SDL_naclevents.c | 300 return SDL_BUTTON_RIGHT; in SDL_NACL_translate_mouse_button()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_mouse.c | 21 (state == SDL_BUTTON(SDL_BUTTON_RIGHT)) || in _mouseStateCheck()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_BWin.h | 503 _SendMouseButton(SDL_BUTTON_RIGHT, buttons & in _MouseButtonEvent()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 348 sdl_button = SDL_BUTTON_RIGHT; in Emscripten_HandleMouseButton()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandevents.c | 200 sdl_button = SDL_BUTTON_RIGHT; in pointer_handle_button_common()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 845 button = SDL_BUTTON_RIGHT; 852 button = SDL_BUTTON_RIGHT; 889 button = SDL_BUTTON_RIGHT; 896 button = SDL_BUTTON_RIGHT;
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_evdev.c | 120 SDL_BUTTON_RIGHT, /* BTN_RIGHT 0x111 */
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 3421 if (event.button.button != SDL_BUTTON_RIGHT) in event_loop()
|