Title here
Summary here
AbstractInputEventAdapter
Kind: global abstract class
Extends: AbstractInputEventAdapter
Singleton:
Properties
Name | Type |
---|---|
keyboardEventBus | KeyboardEventBus |
AbstractInputEventAdapter
An KeyboardEventAdapter
that manages key events.
Function connected to events.
Kind: instance method of AbstractKeyboardEventAdapter
Param | Type | Description |
---|---|---|
nativeKeyboardEvent | Object | The keyboard event. |
*
| boolean
Kind: instance method of AbstractKeyboardEventAdapter
Param | Type |
---|---|
keyboardEvent | Event |
Function connected to events.
Kind: instance abstract method of AbstractKeyboardEventAdapter
Param | Type | Description |
---|---|---|
event | Object | The keyboard event. |