Keyboard
Extends:
events~events.EventEmitter → EventSource → Keyboard
A global event sourve for the keyboard. Only one instance of this source can be created. The first created timeline instanciate the singleton, each subsequent instanciation returns the first created instance.
Constructor Summary
| Public Constructor | ||
| public |
constructor($el: Element) |
|
Member Summary
| Public Members | ||
| public |
The name of the source |
|
Inherited Summary
| From class EventSource | ||
| public |
The element on which the listener is added |
|
Public Constructors
public constructor($el: Element) source
Override:
EventSource#constructorParams:
| Name | Type | Attribute | Description |
| $el | Element | The element on which to install the listener. |