[][src]Function fermium::gamecontroller::SDL_GameControllerNameForIndex

pub unsafe extern "C" fn SDL_GameControllerNameForIndex(
    joystick_index: c_int
) -> *const c_char

Get the implementation dependent name of a game controller.

This can be called before any controllers are opened.

If no name can be found, this function returns NULL.