Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_touch.h61 extern DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void);
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch.c42 SDL_GetNumTouchDevices(void) in SDL_GetNumTouchDevices() function
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-touch.md54 The number of touch devices can be queried with SDL_GetNumTouchDevices().
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgesture.c192 for (i = 0; i < SDL_GetNumTouchDevices(); ++i) { in loop()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h495 #define SDL_GetNumTouchDevices SDL_GetNumTouchDevices_REAL macro
DSDL_dynapi_procs.h522 SDL_DYNAPI_PROC(int,SDL_GetNumTouchDevices,(void),(),return)