Searched refs:SDL_TOUCH_DEVICE_DIRECT (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_touch.h | 47 SDL_TOUCH_DEVICE_DIRECT, /* touch screen with window-relative coordinates */ enumerator
|
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidtouch.c | 62 if (SDL_AddTouch(touchDeviceId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) { in Android_OnTouch()
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandtouch.c | 95 if (SDL_AddTouch(deviceId, SDL_TOUCH_DEVICE_DIRECT, "qt_touch_extension") < 0) { in touch_handle_touch()
|
A D | SDL_waylandevents.c | 743 SDL_AddTouch(1, SDL_TOUCH_DEVICE_DIRECT, "wayland_touch"); in seat_handle_capabilities()
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitview.m | 91 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 D | SDL_winrtpointerinput.cpp | 46 SDL_AddTouch(WINRT_TouchID, SDL_TOUCH_DEVICE_DIRECT, ""); in WINRT_InitTouch()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11xinput2.c | 285 touchType = SDL_TOUCH_DEVICE_DIRECT; in X11_InitXinput2Multitouch()
|
/AliOS-Things-master/components/SDL2/src/core/alios/ |
A D | SDL_evdev.c | 338 SDL_TOUCH_DEVICE_DIRECT, in SDL_EVDEV_init_touchscreen()
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenevents.c | 440 if (SDL_AddTouch(deviceId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) { in Emscripten_HandleTouch()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_evdev.c | 557 SDL_TOUCH_DEVICE_DIRECT, in SDL_EVDEV_init_touchscreen()
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_mouse.c | 121 SDL_AddTouch(SDL_MOUSE_TOUCHID, SDL_TOUCH_DEVICE_DIRECT, "mouse_input"); in SDL_MouseTouchEventsChanged()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 1010 if (SDL_AddTouch(touchId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) { in WIN_WindowProc()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 892 SDL_AddTouch((SDL_TouchID) touchId, SDL_TOUCH_DEVICE_DIRECT, utfname); in SDL_JAVA_INTERFACE()
|
Completed in 31 milliseconds