Skip to main content

Module interaction

Module interaction 

Source
Expand description

Focus, selection, input affordances, activation targets. The bridge between observable geometry and user input.

Cf. Hekate doc §“Interaction Plane”. The host stores a per-tile lane handle and queries this trait on input — Hekate is not on the per-event hot path.

Structs§

Affordance
One affordance the user can act on at a given point.
InteractionState
The host’s current interaction snapshot, fed into the lane to drive dynamic pseudo-classes and answered back by InteractionQuery.
Selection
One active selection range.

Enums§

AffordanceKind

Traits§

InteractionQuery
Common-minimum interaction queries every lane publishes.