Searched refs:SDL_GetTouchFinger (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_touch.h | 76 extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index);
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_touch.c | 116 SDL_GetTouchFinger(SDL_TouchID touchID, int index) in SDL_GetTouchFinger() function
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-touch.md | 67 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/ |
D | SDL_dynapi_overrides.h | 498 #define SDL_GetTouchFinger SDL_GetTouchFinger_REAL macro
|
D | SDL_dynapi_procs.h | 525 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/ |
D | SDL_cocoawindow.m | 1008 SDL_Finger* finger = SDL_GetTouchFinger(touchID, numFingers);
|