Get the touch device name as reported from the driver or NULL if the index is invalid.
Defined in SDL_touch.h
const char* SDL_GetTouchName(int index);
int | index | the touch device index. |
(const char *) Returns touch device name, or NULL on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.22.