Skip to main content

Module wrist

Module wrist 

Source
Expand description

Wrist raw-input reduction into ordinary Intent values.

Watch hardware reports small physical events: buttons, touch, tap or raise patterns, and sometimes a crown. This module keeps those inputs as local pre-Intent data and reduces them to the same baseline Intent values used by every other surface. Voice is intentionally absent here; speech arrives as an Intent from an ASR model site.

Structs§

WristInputTiming
Thresholds used while composing physical wrist input.
WristIntentReducer
Stateful reducer for wrist input debouncing and Intent assignment.

Enums§

WristRawInput
A physical watch input before it has Intent meaning.

Traits§

WristInputCapabilities
Input capability lookup for a wrist profile.