Type Alias RawUserInputCallback<K>

RawUserInputCallback: (event: RawUserInputEventMap[K]) => void

The raw user input callback. This is the function type of callbacks for raw user input events.

Type Parameters

Type declaration