Expand description
Unified intent normalization layer re-exported from gestura-core-intent.
Structs§
- Gesture
Data - Optional IMU gesture data from the Haptic Harmony ring.
- Intent
- Unified, modality-agnostic intent produced by the normalization layer.
- RawInput
- Raw input envelope handed to the normalization layer.
Enums§
- Input
Modality - Input modality that produced the raw input.
Constants§
- INTENT_
NORMALIZATION_ ENABLED - Compile-time flag exported to downstream crates so the normalization branch
can constant-fold away when
advanced-primitivesis disabled.
Functions§
- normalize_
input_ to_ intent - Normalize a
RawInputinto a unifiedIntent.