sys::Obj webappClient::Event
Event models the DOM event object.
new make(Obj obj)
Elem target()
The target to which the event was dispatched.
Int x()
The x position of the event.
Int y()
The y position of the event.