Skip to main content

Module glasses

Module glasses 

Source
Expand description

Glasses raw-input reduction into ordinary Intent values.

Glasses report local physical input: gaze stability, head gestures, hand rays, pinches, taps, buttons, and controller actions. This module keeps those inputs as pre-Intent data and reduces them to the same baseline Intent values used by every other surface. Speech is intentionally absent here; ASR sites produce already-formed Intents.

Structs§

GlassesInputTiming
Thresholds used while composing physical glasses input.
GlassesIntentReducer
Stateful reducer for glasses input debouncing and Intent assignment.

Enums§

ControllerAction
Controller action reported by an accessory or glasses controller.
GazePhase
Gaze phases after local tracking has identified a hit.
GlassesRawInput
A glasses input before it has Intent meaning.
HeadGesture
Stable head gestures reported by glasses tracking.

Traits§

GlassesInputCapabilities
Input capability lookup for a glasses profile.