Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidtouch.c78 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/
DSDL_touch_c.h40 extern int SDL_AddTouch(SDL_TouchID id, const char *name);
DSDL_touch.c130 SDL_AddTouch(SDL_TouchID touchID, const char *name) in SDL_AddTouch() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandtouch.c92 if (SDL_AddTouch(deviceId, "qt_touch_extension") < 0) { in touch_handle_touch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11xinput2.c220 SDL_AddTouch(touchId, dev->name); in X11_InitXinput2Multitouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c152 if (SDL_AddTouch(device_id, "") < 0) in AddTouchDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtpointerinput.cpp47 SDL_AddTouch(WINRT_TouchID, ""); in WINRT_InitTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitview.m53 SDL_AddTouch(touchId, "");
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenevents.c417 if (SDL_AddTouch(deviceId, "") < 0) { in Emscripten_HandleTouch()
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/
DSDL_evdev.c651 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/
DSDL_windowsevents.c903 if (SDL_AddTouch(touchId, "") < 0) { in WIN_WindowProc()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m1038 if (SDL_AddTouch(touchId, "") < 0) {