module EventTarget

Direct including types

Defined in:

aspis/handlers.cr

Instance Method Summary

Instance Method Detail

def attach(handler : EventHandler) #

Attaches handler to this event target.


[View source]
def ctrl=(ctrl) #

Returns whether the control key is pressed.


[View source]
def ctrl? #

Returns whether the control key is pressed.


[View source]
def shift=(shift) #

Returns whether the shift key is pressed.


[View source]
def shift? #

Returns whether the shift key is pressed.


[View source]