Home
last modified time | relevance | path

Searched refs:SDL_SendMouseMotion (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidmouse.c70 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()
DSDL_androidtouch.c114 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/
DSDL_winrtpointerinput.cpp236SDL_SendMouseMotion(window, SDL_TOUCH_MOUSEID, 0, (int)windowPoint.X, (int)windowPoint.Y);
264 SDL_SendMouseMotion(window, 0, 0, (int)windowPoint.X, (int)windowPoint.Y);
267SDL_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/
DSDL_emscriptenevents.c331 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/
DSDL_windowsevents.c429 SDL_SendMouseMotion(data->window, 0, 0, cursorPos.x, cursorPos.y); in WIN_WindowProc()
461SDL_SendMouseMotion(data->window, mouseID, 0, GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)); in WIN_WindowProc()
509SDL_SendMouseMotion(data->window, 0, 1, (int)rawmouse->lLastX, (int)rawmouse->lLastY); in WIN_WindowProc()
518SDL_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/
DSDL_evdev.c488SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_FALSE, events[i].value, mouse->y); in SDL_EVDEV_Poll()
493SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_FALSE, mouse->x, events[i].value); in SDL_EVDEV_Poll()
502SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_TRUE, events[i].value, 0); in SDL_EVDEV_Poll()
505SDL_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/
DSDL_mouse_c.h117 extern int SDL_SendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relative, int x, int y…
DSDL_mouse.c188 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/
DSDL_uikitview.m149SDL_SendMouseMotion(sdlwindow, SDL_TOUCH_MOUSEID, 0, locationInView.x, locationInView.y);
195SDL_SendMouseMotion(sdlwindow, SDL_TOUCH_MOUSEID, 0, locationInView.x, locationInView.y);
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11xinput2.c158SDL_SendMouseMotion(mouse->focus,mouse->mouseID,1,(int)relative_coords[0],(int)relative_coords[1]); in X11_HandleXinput2Event()
DSDL_x11events.c659 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/
DSDL_waylandevents.c138 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/
DSDL_mirevents.c128 SDL_SendMouseMotion(sdl_window, 0, mouse->relative_mode, x, y); in HandleMouseMotion()
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclevents.c373SDL_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/
DSDL_BApp.h225 SDL_SendMouseMotion(win, 0, 0, x, y); in _HandleMouseMove()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamouse.m247 SDL_SendMouseMotion(win, mouse->mouseID, 0, x - win->x, y - win->y);
416 SDL_SendMouseMotion(mouse->focus, mouse->mouseID, 1, (int)deltaX, (int)deltaY);
DSDL_cocoawindow.m586 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/
DSDL_DirectFB_events.c43 #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/
DSDL_winrtapp_direct3d.cpp632 SDL_SendMouseMotion(window, 0, 0, (int)cursorPos.X, (int)cursorPos.Y);