Module dagon.core.input
Provides an input manager.
Description
The dagon.core.input module defines input binding types, the Binding struct,
and the InputManager class, which allows mapping named actions to keyboard,
mouse, and gamepad inputs, as well as querying button and axis states.
Classes
| Name | Description |
InputManager
|
Manages input bindings and queries input state.
|
Structs
| Name | Description |
Binding
|
Represents a single input binding.
|
Enums
| Name | Description |
BindingType
|
All supported input binding types.
|