Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_touch.h66 extern DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index);
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-touch.md50 To get a SDL_TouchID call SDL_GetTouchDevice(int index).
52 …touch has been removed, or there is no touch with the given index, SDL_GetTouchDevice() will retur…
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch.c48 SDL_GetTouchDevice(int index) in SDL_GetTouchDevice() function
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c193 SDL_TouchID id = SDL_GetTouchDevice(i); in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h496 #define SDL_GetTouchDevice SDL_GetTouchDevice_REAL macro
DSDL_dynapi_procs.h523 SDL_DYNAPI_PROC(SDL_TouchID,SDL_GetTouchDevice,(int a),(a),return)