Function tetra::input::is_gamepad_button_pressed[][src]

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

Returns true if the specified gamepad button was pressed since the last update.

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