Expand description
Run conditions for actions.
Functions§
- Run condition that is active if
ActionState::just_pressedis true for the given action. - Run condition that is active if
ActionState::just_releasedis true for the given action. - Run condition that is active if
ActionState::pressedis true for the given action. - Stateful run condition that can be toggled via an action press using
ActionState::just_pressed.