Expand description
Provides a high-level input system.
The main job of this crate is to provide a consistent, easy to use, and easy to test, input system.
Adaptors for commonly-used APIs, such as Winit, are provided, and can be enabled through their respective feature flags.
Modules§
Enums§
- Button
State - Indicates the current state of a button input.
- Input
- Provides a set of common input events.