KeyboardControlsScheme
KeyboardControlsScheme<
U
> = { [key in keyof U]: KeyboardSchemaKey | KeyCombination | (KeyboardSchemaKey | KeyCombination)[] }
Defined in: plugins/input/types.ts:17
Type Parameters
Section titled “Type Parameters”U
extends UserActions
= UserActions