Expand description
Defines macros used by the bevy_ineffable
crate.
Users shouldn’t have to depend directly on this crate.
Macros§
- ineff
- Wraps around
InputAction
s to provide strong compile-time guarantees about theInputKind
you’re using.
Derive Macros§
- Input
Action - The heart of the
bevy_ineffable
crate. AnInputAction
is something that happens upon user interaction.