Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_touch.h77 extern DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index);
/AliOS-Things-master/components/SDL2/docs/
A 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…
/AliOS-Things-master/components/SDL2/test/
A Dtestgesture.c190 const SDL_TouchID id = SDL_GetTouchDevice(i); in loop()
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_touch.c58 SDL_GetTouchDevice(int index) in SDL_GetTouchDevice() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h490 #define SDL_GetTouchDevice SDL_GetTouchDevice_REAL macro
A DSDL_dynapi_procs.h519 SDL_DYNAPI_PROC(SDL_TouchID,SDL_GetTouchDevice,(int a),(a),return)

Completed in 10 milliseconds