Function sdl2_sys::SDL_JoystickName

source ·
pub unsafe extern "C" fn SDL_JoystickName(
    joystick: *mut SDL_Joystick
) -> *const c_char
Expand description

Return the name for this currently opened joystick. If no name can be found, this function returns NULL.