Skip to main content

Module binding

Module binding 

Source
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§

ActivationMode
How the trigger activates the action.
KeyCode
Keyboard key codes — subset covering keys used in the default bindings.
MouseButton
Mouse buttons.
TriggerKind
What physical input fires the trigger.