/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidmouse.c | 70 SDL_SendMouseMotion(Android_Window, 0, 0, x, y); in Android_OnMouse() 77 SDL_SendMouseMotion(Android_Window, 0, 0, x, y); in Android_OnMouse() 83 SDL_SendMouseMotion(Android_Window, 0, 0, x, y); in Android_OnMouse()
|
D | SDL_androidtouch.c | 114 SDL_SendMouseMotion(Android_Window, SDL_TOUCH_MOUSEID, 0, window_x, window_y); in Android_OnTouch() 129 SDL_SendMouseMotion(Android_Window, SDL_TOUCH_MOUSEID, 0, window_x, window_y); in Android_OnTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 236 … SDL_SendMouseMotion(window, SDL_TOUCH_MOUSEID, 0, (int)windowPoint.X, (int)windowPoint.Y); 264 SDL_SendMouseMotion(window, 0, 0, (int)windowPoint.X, (int)windowPoint.Y); 267 … SDL_SendMouseMotion(window, SDL_TOUCH_MOUSEID, 0, (int)windowPoint.X, (int)windowPoint.Y); 408 SDL_SendMouseMotion(
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 331 SDL_SendMouseMotion(window_data->window, 0, isPointerLocked, mx, my); in Emscripten_HandleMouseMove() 378 SDL_SendMouseMotion(window_data->window, 0, isPointerLocked, mx, my); in Emscripten_HandleMouseFocus() 438 SDL_SendMouseMotion(window_data->window, SDL_TOUCH_MOUSEID, 0, x, y); in Emscripten_HandleTouch() 448 SDL_SendMouseMotion(window_data->window, SDL_TOUCH_MOUSEID, 0, x, y); in Emscripten_HandleTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.c | 429 SDL_SendMouseMotion(data->window, 0, 0, cursorPos.x, cursorPos.y); in WIN_WindowProc() 461 … SDL_SendMouseMotion(data->window, mouseID, 0, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)); in WIN_WindowProc() 509 … SDL_SendMouseMotion(data->window, 0, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc() 518 …SDL_SendMouseMotion(data->window, 0, 1, (int)(rawmouse->lLastX-initialMousePoint.x), (int)(rawmous… in WIN_WindowProc() 530 SDL_SendMouseMotion(data->window, 0, 0, (int) pt.x, (int) pt.y); in WIN_WindowProc() 589 SDL_SendMouseMotion(data->window, 0, 0, cursorPos.x, cursorPos.y); in WIN_WindowProc()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_evdev.c | 488 … SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_FALSE, events[i].value, mouse->y); in SDL_EVDEV_Poll() 493 … SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_FALSE, mouse->x, events[i].value); in SDL_EVDEV_Poll() 502 … SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_TRUE, events[i].value, 0); in SDL_EVDEV_Poll() 505 … SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_TRUE, 0, events[i].value); in SDL_EVDEV_Poll()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_mouse_c.h | 117 extern int SDL_SendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y…
|
D | SDL_mouse.c | 188 SDL_SendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y) function 548 SDL_SendMouseMotion(window, mouse->mouseID, 0, x, y);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitview.m | 149 … SDL_SendMouseMotion(sdlwindow, SDL_TOUCH_MOUSEID, 0, locationInView.x, locationInView.y); 195 … SDL_SendMouseMotion(sdlwindow, SDL_TOUCH_MOUSEID, 0, locationInView.x, locationInView.y);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11xinput2.c | 158 …SDL_SendMouseMotion(mouse->focus,mouse->mouseID,1,(int)relative_coords[0],(int)relative_coords[1]); in X11_HandleXinput2Event()
|
D | SDL_x11events.c | 659 SDL_SendMouseMotion(data->window, 0, 0, xevent.xcrossing.x, xevent.xcrossing.y); in X11_DispatchEvent() 676 SDL_SendMouseMotion(data->window, 0, 0, xevent.xcrossing.x, xevent.xcrossing.y); in X11_DispatchEvent() 1009 SDL_SendMouseMotion(data->window, 0, 0, xevent.xmotion.x, xevent.xmotion.y); in X11_DispatchEvent()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandevents.c | 138 SDL_SendMouseMotion(window->sdlwindow, 0, 0, sx, sy); in pointer_handle_motion() 535 SDL_SendMouseMotion(window->sdlwindow, 0, 1, (int)dx, (int)dy); in relative_pointer_handle_relative_motion()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirevents.c | 128 SDL_SendMouseMotion(sdl_window, 0, mouse->relative_mode, x, y); in HandleMouseMotion()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
D | SDL_naclevents.c | 373 … SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_FALSE, location.x, location.y); in NACL_PumpEvents()
|
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/ |
D | SDL_BApp.h | 225 SDL_SendMouseMotion(win, 0, 0, x, y); in _HandleMouseMove()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoamouse.m | 247 SDL_SendMouseMotion(win, mouse->mouseID, 0, x - win->x, y - win->y); 416 SDL_SendMouseMotion(mouse->focus, mouse->mouseID, 1, (int)deltaX, (int)deltaY);
|
D | SDL_cocoawindow.m | 586 SDL_SendMouseMotion(window, 0, 0, x, y); 970 SDL_SendMouseMotion(window, 0, 0, x, y);
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_events.c | 43 #define SDL_SendMouseMotion_ex(w, id, relative, x, y, p) SDL_SendMouseMotion(w, id, relative, x, y,… 48 #define SDL_SendMouseMotion_ex(w, id, relative, x, y, p) SDL_SendMouseMotion(w, id, relative, x, y)
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/ |
D | SDL_winrtapp_direct3d.cpp | 632 SDL_SendMouseMotion(window, 0, 0, (int)cursorPos.X, (int)cursorPos.Y);
|