Noitidart
unread,Oct 18, 2012, 8:19:58 PM10/18/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-ext...@lists.mozilla.org
Hi All,
So I made this addon MouseControl. But the thing is adding event listeners
to the window is not the way to go because lots of bugs occur. It's also
not cross platform. I like the way Mouse Gestures Redox does it, they add
this exe process called mozgestMouseHook.exe and somehow they do it just
fine. Does anyone know how I can do the same thing without creating an exe,
I don't even know how to do this.
Thanks!