On 7/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Till now I did not look deeper into the new EventQueue, but I noticed that less functions of the GUIEventAdapter are declared as virtual. That makes deriving a bit harder... Bug or feature?
GUIEventAdapter is now a concrete class and rather than be subclassed, should now be created and values on it set. The EventQueue class does all this for you, so if you want to integrate with a 3rd Party windowing toolkit you should use EventQueue to do the event adaption for you. Have a look at the osgkeyboardmouse example for inspiration. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
