[][src]Function tetra::input::is_gamepad_button_down

pub fn is_gamepad_button_down(
    ctx: &Context,
    gamepad_id: usize,
    button: GamepadButton
) -> bool

Returns true if the specified gamepad button is currently down.

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