Skip to content

@ue-too/board / RawUserInputCallback

Type Alias: RawUserInputCallback()<K>

RawUserInputCallback<K> = (event) => void

Defined in: packages/board/src/input-interpretation/raw-input-publisher/raw-input-publisher.ts:126

Callback function type for raw user input events.

Type Parameters

K

K extends keyof RawUserInputEventMap

The event name key from RawUserInputEventMap

Parameters

event

RawUserInputEventMap[K]

Returns

void