Skip to content

@ue-too/board / TouchEventMapping

Type Alias: TouchEventMapping

TouchEventMapping = object

Defined in: packages/board/src/input-interpretation/input-state-machine/touch-input-state-machine.ts:77

Event mapping for the touch input state machine.

Remarks

Maps touch event names to their payload types. The state machine handles the three core touch events: touchstart, touchmove, and touchend.

Properties

touchend

touchend: TouchEventPayload

Defined in: packages/board/src/input-interpretation/input-state-machine/touch-input-state-machine.ts:80


touchmove

touchmove: TouchEventPayload

Defined in: packages/board/src/input-interpretation/input-state-machine/touch-input-state-machine.ts:79


touchstart

touchstart: TouchEventPayload

Defined in: packages/board/src/input-interpretation/input-state-machine/touch-input-state-machine.ts:78