I'm trying to modify the 'osgkeyboardmouse' example program to also catch
window resize events. I'm using the latest releases (not CVS) of OSG and
Producer.
There is some indication that it should be able to do so, from looking at
the class osgProducer::KeyboardMouseCallback. It has a method 'virtual void
windowConfig(..)' which looks like it should catch these events.
However, the OSG example uses Producer::KeyboardMouseCallback, not
osgProducer::KeyboardMouseCallback. The Producer one lacks the windowConfig
method.
This is puzzling, since one is a subclass of the other, windowConfig() will
never get called. Perhaps this code is still in the midst of
implementation? Is there a way to get window resize events from a
RenderSurface, currently?
Thanks,
Ben
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/
Received on Tue Jan 11 21:06:05 2005
This archive was generated by hypermail 2.1.8 : Tue Jan 11 2005 - 21:06:05 PST