One of my problems was that , by default, the ESC key is mapped to killing the viewer ( done=true). So basically, if you hit the ESC key with the window active, the viewer just stops handling events.
This should be turned off in MFC with setKeyEventSetsDone(0) Andrew ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22710#22710 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

