Get the touch device name as reported from the driver.
Defined in <SDL3/SDL_touch.h>
const char * SDL_GetTouchDeviceName(SDL_TouchID touchID);
SDL_TouchID | touchID | the touch device instance ID. |
(const char *) Returns touch device name, or NULL on failure; call SDL_GetError() for more information.
This function is available since SDL 3.1.3.