Skip to content

KeyboardControlsScheme

KeyboardControlsScheme<U> = { [key in keyof U]: KeyboardSchemaKey | KeyCombination | (KeyboardSchemaKey | KeyCombination)[] }

Defined in: plugins/input/types.ts:17

U extends UserActions = UserActions