Expand description
Binding, trigger, and modifier types. Input binding types: triggers, modifiers, and bindings that map actions to physical inputs.
Structs§
- Binding
- Maps an action to a physical trigger, optionally restricted to specific modes.
- Modifiers
- Modifier key state — exact-match semantics (all must match).
- Trigger
- A physical trigger that can activate an action.
Enums§
- Activation
Mode - How the trigger activates the action.
- KeyCode
- Keyboard key codes — subset covering keys used in the default bindings.
- Mouse
Button - Mouse buttons.
- Trigger
Kind - What physical input fires the trigger.