Home
last modified time | relevance | path

Searched refs:SDL_SendMouseButton (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidmouse.c71 SDL_SendMouseButton(Android_Window, 0, SDL_PRESSED, SDLButton); in Android_OnMouse()
78 SDL_SendMouseButton(Android_Window, 0, SDL_RELEASED, SDLButton); in Android_OnMouse()
DSDL_androidtouch.c116SDL_SendMouseButton(Android_Window, SDL_TOUCH_MOUSEID, SDL_PRESSED, SDL_BUTTON_LEFT); in Android_OnTouch()
139SDL_SendMouseButton(Android_Window, SDL_TOUCH_MOUSEID, SDL_RELEASED, SDL_BUTTON_LEFT); in Android_OnTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtpointerinput.cpp229 SDL_SendMouseButton(window, 0, SDL_PRESSED, button);
237 SDL_SendMouseButton(window, SDL_TOUCH_MOUSEID, SDL_PRESSED, button);
288 SDL_SendMouseButton(window, 0, SDL_RELEASED, button);
294 SDL_SendMouseButton(window, SDL_TOUCH_MOUSEID, SDL_RELEASED, button);
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c224 SDL_SendMouseButton(data->window, mouseID, SDL_PRESSED, button); in WIN_CheckWParamMouseButton()
226 SDL_SendMouseButton(data->window, mouseID, SDL_RELEASED, button); in WIN_CheckWParamMouseButton()
531SDL_SendMouseButton(data->window, 0, GetAsyncKeyState(VK_LBUTTON) & 0x8000 ? SDL_PRESSED : SDL_REL… in WIN_WindowProc()
532SDL_SendMouseButton(data->window, 0, GetAsyncKeyState(VK_RBUTTON) & 0x8000 ? SDL_PRESSED : SDL_REL… in WIN_WindowProc()
533SDL_SendMouseButton(data->window, 0, GetAsyncKeyState(VK_MBUTTON) & 0x8000 ? SDL_PRESSED : SDL_REL… in WIN_WindowProc()
534SDL_SendMouseButton(data->window, 0, GetAsyncKeyState(VK_XBUTTON1) & 0x8000 ? SDL_PRESSED : SDL_RE… in WIN_WindowProc()
535SDL_SendMouseButton(data->window, 0, GetAsyncKeyState(VK_XBUTTON2) & 0x8000 ? SDL_PRESSED : SDL_RE… in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclevents.c354SDL_SendMouseButton(mouse->focus, mouse->mouseID, SDL_PRESSED, SDL_NACL_translate_mouse_button(dri… in NACL_PumpEvents()
357SDL_SendMouseButton(mouse->focus, mouse->mouseID, SDL_RELEASED, SDL_NACL_translate_mouse_button(dr… in NACL_PumpEvents()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_mouse_c.h120 extern int SDL_SendMouseButton(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button);
DSDL_mouse.c96 SDL_SendMouseButton(mouse->focus, mouse->mouseID, SDL_RELEASED, i); in SDL_ResetMouse()
414 SDL_SendMouseButton(SDL_Window * window, SDL_MouseID mouseID, Uint8 state, Uint8 button) function
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenevents.c355 SDL_SendMouseButton(window_data->window, 0, sdl_event_type, sdl_button); in Emscripten_HandleMouseButton()
439SDL_SendMouseButton(window_data->window, SDL_TOUCH_MOUSEID, SDL_PRESSED, SDL_BUTTON_LEFT); in Emscripten_HandleTouch()
457SDL_SendMouseButton(window_data->window, SDL_TOUCH_MOUSEID, SDL_RELEASED, SDL_BUTTON_LEFT); in Emscripten_HandleTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c121 SDL_SendMouseButton(sdl_window, 0, state, sdl_button); in HandleMouseButton()
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/
DSDL_BApp.h243 SDL_SendMouseButton(win, 0, state, button); in _HandleMouseButton()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c432SDL_SendMouseButton(mouse->focus, mouse->mouseID, SDL_RELEASED, EVDEV_MouseButtons[mouse_button]); in SDL_EVDEV_Poll()
434SDL_SendMouseButton(mouse->focus, mouse->mouseID, SDL_PRESSED, EVDEV_MouseButtons[mouse_button]); in SDL_EVDEV_Poll()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_events.c44 #define SDL_SendMouseButton_ex(w, id, state, button) SDL_SendMouseButton(w, id, state, button)
49 #define SDL_SendMouseButton_ex(w, id, state, button) SDL_SendMouseButton(w, id, state, button)
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c212 SDL_SendMouseButton(window->sdlwindow, 0, in pointer_handle_button_common()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11events.c1043 SDL_SendMouseButton(data->window, 0, SDL_PRESSED, button); in X11_DispatchEvent()
1062 SDL_SendMouseButton(data->window, 0, SDL_RELEASED, button); in X11_DispatchEvent()