Module input
Source - Controller
- A standard controller, similar to one used for a XBox 360
- ControllerInit
- Structure for initializing a controller
- InputCollection
- Collection of many inputs
- Key
- A key that can be pressed by a Keyboard
- Keyboard
- A input for a computer keyboard
- Nes
- An input type similar to a Nintendo Entertainment System controller, has a dpad and 2 primary
buttons. Also has start + select.
- InputDevice
- Enumeration over all input types
- InputDeviceType
- Input device types, will resolve to a InputDevice
- KeyCode
- Key/scan codes
- InputCombine
- Trait for combining two inputs together
- InputConvert
- Trait for converting from one input type to another