Skip to content

@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.

備註

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.