sending event from plugin to firefox
krzychu <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <68ec8b4e-01db-4c11-8f1d-be196f54516b@b26g2000vbt.googlegroups.com> |
Hi, I've got question about possibility of sending events from plugin to firefox. I saw NPN_HandleEvent function in npapi, but I think it isn't implemented. I want to send multitouch event to firefox, but I didn't see any multitouch events for NPN_HandleEvent. The oryginal problem is that I want to enable multitouch firefox events on linux. I want get data from evdev on linux and somehow send them to firefox and transform into TouchEvent events. Do You have any ideas?