Searched refs:SDL_GetTouchFinger (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_touch.h | 92 extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index);
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-touch.md | 67 To get a SDL_Finger, call SDL_GetTouchFinger(SDL_TouchID touchID, int index), where touchID is a SD…
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_touch.c | 141 SDL_GetTouchFinger(SDL_TouchID touchID, int index) in SDL_GetTouchFinger() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 492 #define SDL_GetTouchFinger SDL_GetTouchFinger_REAL macro
|
A D | SDL_dynapi_procs.h | 521 SDL_DYNAPI_PROC(SDL_Finger*,SDL_GetTouchFinger,(SDL_TouchID a, int b),(a,b),return)
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 1173 SDL_Finger* finger = SDL_GetTouchFinger(touchID, numFingers);
|
Completed in 12 milliseconds