pub fn is_gamepad_button_up(
    ctx: &Context,
    gamepad_index: usize,
    button: GamepadButton
) -> bool
Expand description

Returns true if the specified gamepad button is currently up.

If the gamepad is disconnected, this will always return true.