Function sdl2_sys::SDL_GetTouchName
source ยท pub unsafe extern "C" fn SDL_GetTouchName(
index: c_int,
) -> *const c_char
Expand description
Get the touch device name as reported from the driver or NULL if the index is invalid.
\since This function is available since SDL 2.0.22.