Function SDL_GetTouchName
pub unsafe extern "C" fn SDL_GetTouchName(index: i32) -> *const i8
Available on crate feature
dep_sdl2
only.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.