IInputManager
Interfaces
IInputManager
Methods
processKeyboardEvent()
processKeyboardEvent(e): Promise<ICommand[]>;
Parameters
| Parameter | Type |
|---|---|
e | IKeyboardEvent |
Returns
Promise<ICommand[]>
processMouseEvent()
processMouseEvent(e): ICommand[];
Parameters
| Parameter | Type |
|---|---|
e | IMouseEvent |
Returns
ICommand[]