Get the type of the given touch device.
Defined in <SDL3/SDL_touch.h>
SDL_TouchDeviceType SDL_GetTouchDeviceType(SDL_TouchID touchID);
SDL_TouchID | touchID | the ID of a touch device. |
(SDL_TouchDeviceType) Returns touch device type.
This function is available since SDL 3.1.3.