Open GoogleCodeExporter opened 8 years ago
I will try to check if it is possible via the EditingDelegate
Original comment by tsumalis96@gmail.com
on 8 Feb 2012 at 10:44
I have made it through IDomEvents interfaces and will post the update asap
Original comment by tsumalis96@gmail.com
on 12 Feb 2012 at 2:38
Thanks!! :)
Original comment by a.dionisi@shinyweb.org
on 12 Feb 2012 at 8:28
You can try the latest revision. You can now add handlers to the events of any
element in the page! Confirm if it works here please...
Original comment by tsumalis96@gmail.com
on 13 Feb 2012 at 1:52
The key and mouse events do work. Is there the possiblity to get the pressed
key (or key code)?
Original comment by daniel.h...@googlemail.com
on 14 Feb 2012 at 12:22
I will try to expose the correct interfaces and cast them to the IDOMEvent if
possible. There are IDOMMouseEvent, IDOMKeyboardEvent, IDOMUIEvent and
IDOMEvent, but most of the methods inside them are not implemented. I hope
keycode is implemented in the keyboard and mouse events.
Original comment by tsumalis96@gmail.com
on 14 Feb 2012 at 8:32
Original issue reported on code.google.com by
a.dionisi@shinyweb.org
on 7 Feb 2012 at 2:06