Searched refs:touchDeviceId (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/android/ |
A D | SDL_androidtouch.c | 54 SDL_TouchID touchDeviceId = 0; in Android_OnTouch() local 61 touchDeviceId = (SDL_TouchID)touch_device_id_in; in Android_OnTouch() 62 if (SDL_AddTouch(touchDeviceId, SDL_TOUCH_DEVICE_DIRECT, "") < 0) { in Android_OnTouch() 70 SDL_SendTouch(touchDeviceId, fingerId, window, SDL_TRUE, x, y, p); in Android_OnTouch() 74 SDL_SendTouchMotion(touchDeviceId, fingerId, window, x, y, p); in Android_OnTouch() 79 SDL_SendTouch(touchDeviceId, fingerId, window, SDL_FALSE, x, y, p); in Android_OnTouch()
|
Completed in 3 milliseconds