On Wed, 2008-08-13 at 17:49 +0100, Robert Osfield wrote: > On Wed, Aug 13, 2008 at 5:43 PM, Jeremy Moles <[EMAIL PROTECTED]> wrote: > > Robert, > > > > Do you think it's within the scope of this EventAdapter object to issue > > a standard RESIZE event when you press the key to enter fullscreen mode? > > It should be the windowing system that produces the resize event. > > > If so, I'll submit a patch doing so. > > > > (However, I also see it making sense to ask that folks derive their own > > objects from WindowSizeHandler, so I can see a reason for it NOT issuing > > that event as well.) > > > > I just wanted to ask quickly before writing up a patch; working on some > > osgWidget stuff, and this is related. :) > > What situations are you getting/not getting resize events?
Ah, okay--perhaps I spoke too quickly and assumed too much. :) I'm using osgViewer::WindowSizeHandler in many of my apps--and the osgWidget examples--to respond to the "F" keypress. On my system (Fedora 9 running Gnome), going into fullscreen mode doesn't generate a standard RESIZE event. However, coming out of fullscreen mode into windowed mode does. At any rate, I had not considered the possibility it could be a bug in my windowing system. I'll do some searching through the archives and whatnot... > Robert. > _______________________________________________ > 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

