Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_touch.h76 extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index);
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch.c116 SDL_GetTouchFinger(SDL_TouchID touchID, int index) in SDL_GetTouchFinger() function
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-touch.md67 To get a SDL_Finger, call SDL_GetTouchFinger(SDL_TouchID touchID, int index), where touchID is a SD…
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h498 #define SDL_GetTouchFinger SDL_GetTouchFinger_REAL macro
DSDL_dynapi_procs.h525 SDL_DYNAPI_PROC(SDL_Finger*,SDL_GetTouchFinger,(SDL_TouchID a, int b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m1008 SDL_Finger* finger = SDL_GetTouchFinger(touchID, numFingers);