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