SDL_GetTouchDeviceName - Get the touch device name as reported from the driver.
Contents
Availability
This function is available since SDL 3.2.0.
Simple Directmedia Layer SDL 3.2.20 SDL_GetTouchDeviceName(3)
Function Parameters
touchID
the touch device instance ID.
Name
SDL_GetTouchDeviceName - Get the touch device name as reported from the driver.
Return Value
for more information.
Synopsis
#include<SDL3/SDL_touch.h>constchar*SDL_GetTouchDeviceName(SDL_TouchIDtouchID);
