On 17. Jul 2009, at 14:12, m0bl0 wrote: >> Why? Do you have issues with processing them on the main thread? > > I guess mouse and keyboard events could be handled in the main > thread, but > the window events (resize/show/hide etc) have to be forwarded to > Equalizer.
You could just handle them by setting the PixelViewport on the eq::Window, similar to Window::processEvent. Equalizer doesn't need the native events. Does that help you? Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

