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
.