Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_touch.h87 extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(SDL_TouchID touchID);
/AliOS-Things-master/components/SDL2/test/
A Dtestgesture.c191 … SDL_Log("Fingers Down on device %"SDL_PRIs64": %d", id, SDL_GetNumTouchFingers(id)); in loop()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-touch.md58 SDL_GetNumTouchFingers(touchID) may be used to get the number of fingers currently down on the devi…
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch.c131 SDL_GetNumTouchFingers(SDL_TouchID touchID) in SDL_GetNumTouchFingers() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h491 #define SDL_GetNumTouchFingers SDL_GetNumTouchFingers_REAL macro
A DSDL_dynapi_procs.h520 SDL_DYNAPI_PROC(int,SDL_GetNumTouchFingers,(SDL_TouchID a),(a),return)
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m1170 int numFingers = SDL_GetNumTouchFingers(touchID);

Completed in 13 milliseconds