[][src]Function sdl2_sys::SDL_GameControllerMappingForIndex

pub unsafe extern "C" fn SDL_GameControllerMappingForIndex(
    mapping_index: c_int
) -> *mut c_char

Get the mapping at a particular index.

\return the mapping string. Must be freed with SDL_free(). Returns NULL if the index is out of range.