Searched refs:SDL_GetNumTouchFingers (Results 1 – 7 of 7) sorted by relevance
87 extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(SDL_TouchID touchID);
191 … SDL_Log("Fingers Down on device %"SDL_PRIs64": %d", id, SDL_GetNumTouchFingers(id)); in loop()
58 SDL_GetNumTouchFingers(touchID) may be used to get the number of fingers currently down on the devi…
131 SDL_GetNumTouchFingers(SDL_TouchID touchID) in SDL_GetNumTouchFingers() function
491 #define SDL_GetNumTouchFingers SDL_GetNumTouchFingers_REAL macro
520 SDL_DYNAPI_PROC(int,SDL_GetNumTouchFingers,(SDL_TouchID a),(a),return)
1170 int numFingers = SDL_GetNumTouchFingers(touchID);
Completed in 13 milliseconds