- create<K, C>(type: K, catalyst: IInputCatalystValueMap[C], ...modifiers: ("Shift" | "Alt" | "Ctrl")[]): IInput
-
Type Parameters
-
K extends "Key" | "MouseButton" | "Scroll" | "Touch"
-
C extends InputCatalystType
Parameters
-
type: K
-
catalyst: IInputCatalystValueMap[C]
-
Rest
...modifiers: ("Shift" | "Alt" | "Ctrl")[]