Searched refs:SDL_AddTouch (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidtouch.c | 78 SDL_AddTouch((SDL_TouchID) ids[i], ""); /* no error handling */ in Android_InitTouch() 103 if (SDL_AddTouch(touchDeviceId, "") < 0) { in Android_OnTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_touch_c.h | 40 extern int SDL_AddTouch(SDL_TouchID id, const char *name);
|
D | SDL_touch.c | 130 SDL_AddTouch(SDL_TouchID touchID, const char *name) in SDL_AddTouch() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandtouch.c | 92 if (SDL_AddTouch(deviceId, "qt_touch_extension") < 0) { in touch_handle_touch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11xinput2.c | 220 SDL_AddTouch(touchId, dev->name); in X11_InitXinput2Multitouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirevents.c | 152 if (SDL_AddTouch(device_id, "") < 0) in AddTouchDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtpointerinput.cpp | 47 SDL_AddTouch(WINRT_TouchID, ""); in WINRT_InitTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/ |
D | SDL_uikitview.m | 53 SDL_AddTouch(touchId, "");
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/ |
D | SDL_emscriptenevents.c | 417 if (SDL_AddTouch(deviceId, "") < 0) { in Emscripten_HandleTouch()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_evdev.c | 651 ret = SDL_AddTouch(item->fd, /* I guess our fd is unique enough */ in SDL_EVDEV_init_touchscreen()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsevents.c | 903 if (SDL_AddTouch(touchId, "") < 0) { in WIN_WindowProc()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/ |
D | SDL_cocoawindow.m | 1038 if (SDL_AddTouch(touchId, "") < 0) {
|