Hello,
I am embedding a 3D engine into Firefox in Windows, it works fine but
not perfectly.
I mean... I need to call a loop to render the 3D engine at each frame,
I haven't found a function which is called everytime yet, then I did
my while() loop at the end of the init function.

How should I do that correctly ?
I already tried with WM_PAINT case and forcing a WM_PAINT call but the
render appears white and unusable...

And how can I check the firefox's state, if the user has just closed
the tab having the plugin running and firefox please ?

Because when I close it, the 3D engine still runs and firefox is still
running in the processes list, I would like to know that so I can stop
it properly.

Thanks a lot.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to