Crate amethyst_input[−][src]
Structs
| Axis |
Represents an emulated analogue axis made up of digital inputs, like W and S or A and D. Two of these could be analogous to a DPAD. |
| Bindings |
Used for saving and loading input settings. |
| Buttons |
An iterator over buttons |
| InputBundle |
Bundle for adding the |
| InputHandler |
This struct holds state information about input devices. |
| InputSystem |
Input system |
Enums
| Button |
A Button is any kind of digital input that the engine supports. |
| InputEvent |
Events generated by the input system |
Type Definitions
| KeyCodes |
Iterator over keycodes |
| MouseButtons |
Iterator over MouseButtons |
| ScanCodes |
Iterator over key scan codes |