41typedef Sint64 SDL_TouchID;
42typedef Sint64 SDL_FingerID;
46 SDL_TOUCH_DEVICE_INVALID = -1,
47 SDL_TOUCH_DEVICE_DIRECT,
48 SDL_TOUCH_DEVICE_INDIRECT_ABSOLUTE,
49 SDL_TOUCH_DEVICE_INDIRECT_RELATIVE
61#define SDL_TOUCH_MOUSEID ((Uint32)-1)
64#define SDL_MOUSE_TOUCHID ((Sint64)-1)
DECLSPEC int SDLCALL SDL_GetNumTouchDevices(void)
DECLSPEC const char *SDLCALL SDL_GetTouchName(int index)
DECLSPEC SDL_Finger *SDLCALL SDL_GetTouchFinger(SDL_TouchID touchID, int index)
DECLSPEC int SDLCALL SDL_GetNumTouchFingers(SDL_TouchID touchID)
DECLSPEC SDL_TouchDeviceType SDLCALL SDL_GetTouchDeviceType(SDL_TouchID touchID)
DECLSPEC SDL_TouchID SDLCALL SDL_GetTouchDevice(int index)
Definition: SDL_touch.h:53