Searched refs:SDL_SendTouchMotion (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_touch_c.h | 50 extern int SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid,
|
D | SDL_touch.c | 278 SDL_SendTouchMotion(SDL_TouchID id, SDL_FingerID fingerid, in SDL_SendTouchMotion() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidtouch.c | 132 SDL_SendTouchMotion(touchDeviceId, fingerId, x, y, p); in Android_OnTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandtouch.c | 104 SDL_SendTouchMotion(deviceId, (SDL_FingerID)id, xf, yf, pressuref); in touch_handle_touch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11xinput2.c | 188 SDL_SendTouchMotion(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirevents.c | 140 SDL_SendTouchMotion(device_id, source_id, x, y, pressure); in HandleTouchMotion()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 270 SDL_SendTouchMotion(
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitview.m | 199 SDL_SendTouchMotion(touchId, (SDL_FingerID)((size_t)touch),
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 450 SDL_SendTouchMotion(deviceId, id, x, y, 1.0f); in Emscripten_HandleTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_evdev.c | 540 … SDL_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/ |
D | SDL_windowsevents.c | 915 SDL_SendTouchMotion(touchId, input->dwID, x, y, 1.0f); in WIN_WindowProc()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 1057 SDL_SendTouchMotion(touchId, fingerId, x, y, 1.0f);
|