Searched refs:touchDeviceId (Results 1 – 1 of 1) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidtouch.c | 93 SDL_TouchID touchDeviceId = 0; in Android_OnTouch() local 102 touchDeviceId = (SDL_TouchID)touch_device_id_in; in Android_OnTouch() 103 if (SDL_AddTouch(touchDeviceId, "") < 0) { in Android_OnTouch() 121 SDL_SendTouch(touchDeviceId, fingerId, SDL_TRUE, x, y, p); in Android_OnTouch() 132 SDL_SendTouchMotion(touchDeviceId, fingerId, x, y, p); in Android_OnTouch() 144 SDL_SendTouch(touchDeviceId, fingerId, SDL_FALSE, x, y, p); in Android_OnTouch()
|