module

EventTarget

Instance methods

attach(handler : EventHandler)

Attaches handler to this event target.

Source
ctrl=(ctrl)

Returns whether the control key is pressed.

Source
ctrl?

Returns whether the control key is pressed.

Source
shift=(shift)

Returns whether the shift key is pressed.

Source
shift?

Returns whether the shift key is pressed.

Source