gambr wrote: > Honestly I usually derive from osgGA::GUIEventHandler to handle mouse events. > > Cheers, > Gianni
I use the osgWidget::MouseHandler and osgGA::CameraManipulator which both derive from osgGA::GUIEventHandler. The reason why i use MouseHandler is because it will send events to the WindowManager which knows all about its windows and widgets. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=68855#68855 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

