Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_touch.h71 extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(SDL_TouchID touchID);
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch.c106 SDL_GetNumTouchFingers(SDL_TouchID touchID) in SDL_GetNumTouchFingers() function
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-touch.md58 SDL_GetNumTouchFingers(touchID) may be used to get the number of fingers currently down on the devi…
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c194 … SDL_Log("Fingers Down on device %"SDL_PRIs64": %d", id, SDL_GetNumTouchFingers(id)); in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h497 #define SDL_GetNumTouchFingers SDL_GetNumTouchFingers_REAL macro
DSDL_dynapi_procs.h524 SDL_DYNAPI_PROC(int,SDL_GetNumTouchFingers,(SDL_TouchID a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m1005 int numFingers = SDL_GetNumTouchFingers(touchID);