Searched refs:SDL_GetTouchDevice (Results 1 – 6 of 6) sorted by relevance
66 extern DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index);
50 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…
48 SDL_GetTouchDevice(int index) in SDL_GetTouchDevice() function
193 SDL_TouchID id = SDL_GetTouchDevice(i); in loop()
496 #define SDL_GetTouchDevice SDL_GetTouchDevice_REAL macro
523 SDL_DYNAPI_PROC(SDL_TouchID,SDL_GetTouchDevice,(int a),(a),return)