I hear it's bad form to comment on ones own message - oh well.. On the Windows platform at least, the coordinates of mouse events are not taken from the mouse event itself (via lParam) but rather using a call to the Win32 function GetMessagePos() - this gets the cursor position associated with the last message - there is also some internal state that saves the current coordinates - as far as I can tell.
This means unless the output window and the hidden Mozlla window are exactly aligned, sending native OS mouse events isn't going to work. Urgh! _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
