Searched refs:SDL_SendTouch (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidtouch.c | 121 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/ |
D | SDL_x11xinput2.c | 174 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/ |
D | SDL_touch_c.h | 46 extern int SDL_SendTouch(SDL_TouchID id, SDL_FingerID fingerid,
|
D | SDL_touch.c | 216 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/ |
D | SDL_winrtpointerinput.cpp | 243 SDL_SendTouch( 299 SDL_SendTouch(
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandtouch.c | 99 SDL_SendTouch(deviceId, (SDL_FingerID)id, in touch_handle_touch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitview.m | 158 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/ |
D | SDL_emscriptenevents.c | 441 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/ |
D | SDL_mirevents.c | 134 SDL_SendTouch(device_id, source_id, down, x, y, pressure); in HandleTouchPress()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_evdev.c | 531 …SDL_SendTouch(item->fd, item->touchscreen_data->slots[j].tracking_id, SDL_TRUE, norm_x, norm_y, 1.… in SDL_EVDEV_Poll() 535 …SDL_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/ |
D | SDL_windowsevents.c | 912 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/ |
D | SDL_cocoawindow.m | 1009 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);
|