Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidtouch.c121 SDL_SendTouch(touchDeviceId, fingerId, SDL_TRUE, x, y, p); in Android_OnTouch()
144 SDL_SendTouch(touchDeviceId, fingerId, SDL_FALSE, x, y, p); in Android_OnTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11xinput2.c174 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
181 SDL_SendTouch(xev->sourceid,xev->detail, in X11_HandleXinput2Event()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch_c.h46 extern int SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid,
DSDL_touch.c216 SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid, in SDL_SendTouch() function
293 return SDL_SendTouch(id, fingerid, SDL_TRUE, x, y, pressure); in SDL_SendTouchMotion()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtpointerinput.cpp243 SDL_SendTouch(
299 SDL_SendTouch(
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandtouch.c99 SDL_SendTouch(deviceId, (SDL_FingerID)id, in touch_handle_touch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitview.m158 SDL_SendTouch(touchId, (SDL_FingerID)((size_t)touch),
176 SDL_SendTouch(touchId, (SDL_FingerID)((size_t)touch),
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenevents.c441 SDL_SendTouch(deviceId, id, SDL_TRUE, x, y, 1.0f); in Emscripten_HandleTouch()
460 SDL_SendTouch(deviceId, id, SDL_FALSE, x, y, 1.0f); in Emscripten_HandleTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c134 SDL_SendTouch(device_id, source_id, down, x, y, pressure); in HandleTouchPress()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c531SDL_SendTouch(item->fd, item->touchscreen_data->slots[j].tracking_id, SDL_TRUE, norm_x, norm_y, 1.… in SDL_EVDEV_Poll()
535SDL_SendTouch(item->fd, item->touchscreen_data->slots[j].tracking_id, SDL_FALSE, norm_x, norm_y, 1… in SDL_EVDEV_Poll()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c912 SDL_SendTouch(touchId, input->dwID, SDL_TRUE, x, y, 1.0f); in WIN_WindowProc()
918 SDL_SendTouch(touchId, input->dwID, SDL_FALSE, x, y, 1.0f); in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m1009 SDL_SendTouch(touchID, finger->id, SDL_FALSE, 0, 0, 0);
1050 SDL_SendTouch(touchId, fingerId, SDL_TRUE, x, y, 1.0f);
1054 SDL_SendTouch(touchId, fingerId, SDL_FALSE, x, y, 1.0f);