SDL_GetTouchDeviceName - Man Page
Get the touch device name as reported from the driver.
Synopsis
#include <SDL3/SDL_touch.h> const char * SDL_GetTouchDeviceName(SDL_TouchID touchID);
Function Parameters
- touchID
the touch device instance ID.
Return Value
for more information.
Availability
This function is available since SDL 3.2.0.
Info
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS