SDL_GetTouchDeviceName

Get the touch device name as reported from the driver.

extern (C) nothrow @nogc extern
const(char)*
SDL_GetTouchDeviceName

Parameters

touchID SDL_TouchID

the touch device instance ID.

Return Value

Type: const(char)*

touch device name, or null on failure; call SDL_GetError for more information.

Meta