Module intent

Module intent 

Source
Expand description

Unified intent normalization layer re-exported from gestura-core-intent.

Structs§

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

InputModality
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-primitives is disabled.

Functions§

normalize_input_to_intent
Normalize a RawInput into a unified Intent.