Hi,

I am using the osgViewer::CompositeViewer class and I have two views added. I have event handlers (inherited from osgGA::GUIEventHandler) registered for each one. The first view works great, and all events come through to the handler without problems. However, the second view receives events, but the events do not contain the correct information. Specifically, when I receive the osgGA::GUIEventAdapter::MOVE event, the mouse X and Y values are invalid (NAN).

The same code worked correctly before I upgraded from the OSG CVS repository to the SVN repository. Does anyone know what could have changed and what I might have to do to get the mouse position values back?

Thanks in advance,
Julian.


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to