Module common_conditions

Source
Expand description

Common run conditions

Functionsยง

input_just_pressed
Run condition that is active if ButtonInput::just_pressed is true for the given input.
input_just_released
Run condition that is active if ButtonInput::just_released is true for the given input.
input_pressed
Run condition that is active if ButtonInput::pressed is true for the given input.
input_toggle_active
Stateful run condition that can be toggled via a input press using ButtonInput::just_pressed.