Home
last modified time | relevance | path

Searched refs:SDL_TOUCH_DEVICE_DIRECT (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_touch.h47 SDL_TOUCH_DEVICE_DIRECT, /* touch screen with window-relative coordinates */ enumerator
/AliOS-Things-master/components/SDL2/src/video/android/
A DSDL_androidtouch.c62 if (SDL_AddTouch(touchDeviceId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) { in Android_OnTouch()
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandtouch.c95 if (SDL_AddTouch(deviceId, SDL_TOUCH_DEVICE_DIRECT, "qt_touch_extension") < 0) { in touch_handle_touch()
A DSDL_waylandevents.c743 SDL_AddTouch(1, SDL_TOUCH_DEVICE_DIRECT, "wayland_touch"); in seat_handle_capabilities()
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m91 SDL_AddTouch(directTouchId, SDL_TOUCH_DEVICE_DIRECT, "");
193 return SDL_TOUCH_DEVICE_DIRECT;
199 case SDL_TOUCH_DEVICE_DIRECT:
/AliOS-Things-master/components/SDL2/src/video/winrt/
A DSDL_winrtpointerinput.cpp46 SDL_AddTouch(WINRT_TouchID, SDL_TOUCH_DEVICE_DIRECT, ""); in WINRT_InitTouch()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11xinput2.c285 touchType = SDL_TOUCH_DEVICE_DIRECT; in X11_InitXinput2Multitouch()
/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c338 SDL_TOUCH_DEVICE_DIRECT, in SDL_EVDEV_init_touchscreen()
/AliOS-Things-master/components/SDL2/src/video/emscripten/
A DSDL_emscriptenevents.c440 if (SDL_AddTouch(deviceId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) { in Emscripten_HandleTouch()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c557 SDL_TOUCH_DEVICE_DIRECT, in SDL_EVDEV_init_touchscreen()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_mouse.c121 SDL_AddTouch(SDL_MOUSE_TOUCHID, SDL_TOUCH_DEVICE_DIRECT, "mouse_input"); in SDL_MouseTouchEventsChanged()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c1010 if (SDL_AddTouch(touchId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) { in WIN_WindowProc()
/AliOS-Things-master/components/SDL2/src/core/android/
A DSDL_android.c892 SDL_AddTouch((SDL_TouchID) touchId, SDL_TOUCH_DEVICE_DIRECT, utfname); in SDL_JAVA_INTERFACE()

Completed in 31 milliseconds