Hello,

Is there a way to globally intercept the mouse messages that are sent to the embedded mozilla rendering window (from the embedding application, written in C++). I tried to do it by adding a DOM event listener to the DOM document object, which captures all mousemove events, and it works, but only for the currently loaded page. When a new page is loaded, the event target is no longer valid. What I want is a persistent way to trap mouse events.
Thanks in advance

Regards

Alex

_______________________________________________
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to