Expand description
Run conditions for actions.
Functionsยง
- Run condition that is active if
ActionState::just_pressed
is true for the given action. - Run condition that is active if
ActionState::just_released
is true for the given action. - Run condition that is active if
ActionState::pressed
is true for the given action. - Stateful run condition that can be toggled via an action press using
ActionState::just_pressed
.