Hi Matt, On Fri, Oct 1, 2010 at 4:49 PM, Matt Caron <[email protected]> wrote: > I'm wondering, what generates those GUIEventAdapters? I would like to create > a new type of GUIEventAdapter, but first I need to figure out what actually > instantiates the events.
The GrapicsWindow gets the events from the windowing systems and then passes them to the viewers osgGA::EventQueue, and EventQueue generates the GUIEventAdapter objects. Then on each frame the new events are pulled from the event queue and passed on the camera manipulator/event handlers and event callbacks. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

