Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_touch.h72 extern DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void);
/AliOS-Things-master/components/SDL2/test/
A Dtestgesture.c189 for (i = 0; i < SDL_GetNumTouchDevices(); ++i) { in loop()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-touch.md54 The number of touch devices can be queried with SDL_GetNumTouchDevices().
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch.c52 SDL_GetNumTouchDevices(void) in SDL_GetNumTouchDevices() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h489 #define SDL_GetNumTouchDevices SDL_GetNumTouchDevices_REAL macro
A DSDL_dynapi_procs.h518 SDL_DYNAPI_PROC(int,SDL_GetNumTouchDevices,(void),(),return)

Completed in 13 milliseconds