The KeyboardEvent is passed into all event callbacks from the Keyboard. It corresponds to a key press or release.

Constructors

Properties

Constructors

Properties

element: Element = null

The element that fired the keyboard event.

event: KeyboardEvent = null

The original browser event which was fired.

key: number = null

The keyCode of the key that has changed. See the KEY_* constants.