Structs§
- Action
Event - Describes an event that is sent when an action is triggered.
- Register
Action - Describes an action that can be registered with the engine.
Enums§
- Action
Kind - Describes the kind of action that was triggered.
Functions§
- state
- Get the current state of an action. If the action is not registered, it will return
ActionState::None
.