module EventTarget
Direct including types
Defined in:
aspis/handlers.crInstance Method Summary
-
#attach(handler : EventHandler)
Attaches handler to this event target.
-
#ctrl=(ctrl)
Returns whether the control key is pressed.
-
#ctrl?
Returns whether the control key is pressed.
-
#shift=(shift)
Returns whether the shift key is pressed.
-
#shift?
Returns whether the shift key is pressed.