Skip to content

@ue-too/board / OutputEvent

Type Alias: OutputEvent

OutputEvent = KmtOutputEvent | TouchOutputEvent

Defined in: packages/board/src/input-interpretation/input-orchestrator.ts:23

Union type of all output events from state machines.

Remarks

This type represents the unified output from both KMT (Keyboard/Mouse/Trackpad) and Touch state machines. By unifying these outputs, the orchestrator can handle events from different input modalities uniformly.