Fan

 

class

webappClient::Event

sys::Obj
  webappClient::Event

Event models the DOM event object.

Slots

makeSource

new make(Obj obj)

targetSource

Elem target()

The target to which the event was dispatched.

xSource

Int x()

The x position of the event.

ySource

Int y()

The y position of the event.