Expand description
The input prelude.
This includes the most common types in this crate, re-exported for your convenience.
Structs§
- Axis
- Stores the position data of the input devices of type
T. - Button
Input - A “press-able” input of type
T. - Touch
Input - A touch input event.
- Touches
- A collection of
Touches.
Enums§
- KeyCode
- The key code of a
KeyboardInput. - Mouse
Button - A button on a mouse device.