Searched refs:SDL_TouchID (Results 1 – 3 of 3) sorted by relevance
41 typedef Sint64 SDL_TouchID; typedef96 extern DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index);111 extern DECLSPEC SDL_TouchDeviceType SDLCALL SDL_GetTouchDeviceType(SDL_TouchID touchID);124 extern DECLSPEC int SDLCALL SDL_GetNumTouchFingers(SDL_TouchID touchID);140 extern DECLSPEC SDL_Finger * SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index);
61 extern DECLSPEC int SDLCALL SDL_RecordGesture(SDL_TouchID touchId);107 extern DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWops *src);
537 SDL_TouchID touchId; /**< The touch device id */555 SDL_TouchID touchId; /**< The touch device id */572 SDL_TouchID touchId; /**< The touch device id */
Completed in 14 milliseconds