Home
last modified time | relevance | path

Searched refs:SDL_SendTouchMotion (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch_c.h50 extern int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid,
DSDL_touch.c278 SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, in SDL_SendTouchMotion() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidtouch.c132 SDL_SendTouchMotion(touchDeviceId, fingerId, x, y, p); in Android_OnTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandtouch.c104 SDL_SendTouchMotion(deviceId, (SDL_FingerID)id, xf, yf, pressuref); in touch_handle_touch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11xinput2.c188 SDL_SendTouchMotion(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c140 SDL_SendTouchMotion(device_id, source_id, x, y, pressure); in HandleTouchMotion()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtpointerinput.cpp270 SDL_SendTouchMotion(
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitview.m199 SDL_SendTouchMotion(touchId, (SDL_FingerID)((size_t)touch),
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenevents.c450 SDL_SendTouchMotion(deviceId, id, x, y, 1.0f); in Emscripten_HandleTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c540SDL_SendTouchMotion(item->fd, item->touchscreen_data->slots[j].tracking_id, norm_x, norm_y, 1.0f); in SDL_EVDEV_Poll()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c915 SDL_SendTouchMotion(touchId, input->dwID, x, y, 1.0f); in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m1057 SDL_SendTouchMotion(touchId, fingerId, x, y, 1.0f);