Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch.c41 static SDL_TouchID track_touchid; variable
275 … if (finger_touching == SDL_TRUE && track_touchid == id && track_fingerid == fingerid) { in SDL_SendTouch()
283 track_touchid = id; in SDL_SendTouch()
287 … if (finger_touching == SDL_TRUE && track_touchid == id && track_fingerid == fingerid) { in SDL_SendTouch()
378 … if (finger_touching == SDL_TRUE && track_touchid == id && track_fingerid == fingerid) { in SDL_SendTouchMotion()

Completed in 2 milliseconds