@ue-too/board / index / OutputEvent
型エイリアス: OutputEvent
OutputEvent =
KmtOutputEvent|TouchOutputEvent
定義: 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.