HI Mike, As RJ says, the code for set the done flag on the viewer is in the Viewer::eventTraversal() code, it just catches a keypress, you can disable the feature by setting the key to 0 via:
viewer.setKeyEventSetsDone(0); Robert. On Thu, Jul 17, 2008 at 8:56 PM, Mike Greene <[EMAIL PROTECTED]> wrote: > Where in the osg source code is the "close down" section for when the user > hits the "esc" key? I need to be able to replicate the code via a custom > function, so I'd like to have it as a baseline. > > > Mike Greene > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

