Skip to content

@ue-too/board / index / KmtInputEventOutputMapping

型別別名: KmtInputEventOutputMapping

KmtInputEventOutputMapping = object

定義於: packages/board/src/input-interpretation/input-state-machine/kmt-input-state-machine.ts:193

Mapping of events to their output types.

備註

Defines which events produce outputs. Not all events produce outputs - some only cause state transitions. This mapping is used by the state machine framework for type-safe output handling.

屬性

leftPointerMove

leftPointerMove: KmtOutputEvent

定義於: packages/board/src/input-interpretation/input-state-machine/kmt-input-state-machine.ts:197


middlePointerMove

middlePointerMove: KmtOutputEvent

定義於: packages/board/src/input-interpretation/input-state-machine/kmt-input-state-machine.ts:194


scroll

scroll: KmtOutputEvent

定義於: packages/board/src/input-interpretation/input-state-machine/kmt-input-state-machine.ts:195


scrollWithCtrl

scrollWithCtrl: KmtOutputEvent

定義於: packages/board/src/input-interpretation/input-state-machine/kmt-input-state-machine.ts:196