Interface IInputManager
Package: @aurigma/design-atoms-text
Methods
processKeyboardEvent(e)
Declaration
processKeyboardEvent(e: IKeyboardEvent): Promise<ICommand[]>;
Parameters
| Type | Name | Description |
|---|---|---|
| IKeyboardEvent | e |
Returns
| Type | Description |
|---|---|
| Promise<ICommand[]> |
processMouseEvent(e)
Declaration
processMouseEvent(e: IMouseEvent): ICommand[];
Parameters
| Type | Name | Description |
|---|---|---|
| IMouseEvent | e |
Returns
| Type | Description |
|---|---|
| ICommand[] |