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

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

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.