search

goog.events.KeyEvent

Provided By
Extends

This class is used for the goog.events.KeyEvent.EventType.KEY event and it overrides the key code with the fixed key code.

new KeyEvent( keyCode, charCode, repeat, browserEvent )

Parameters
keyCodenumber

The adjusted key code.

charCodenumber

The unicode character code.

repeatboolean

Whether this event was generated by keyboard repeat.

browserEvent(Event|null)

Browser event object.

Instance Methods

Instance Properties

Enumerations