clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Keypress event? #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is possible to get the key pressed?
(Sorry for bad english)

Original issue reported on code.google.com by a.dionisi@shinyweb.org on 7 Feb 2012 at 2:06

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thanks!! :)

Original comment by a.dionisi@shinyweb.org on 12 Feb 2012 at 8:28

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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