Re: [osg-users] osgViewer::WindowSizeHandler

2008-08-14 Thread Robert Osfield
On Wed, Aug 13, 2008 at 7:03 PM, Jeremy Moles <[EMAIL PROTECTED]> wrote: >> Running a true fullscreen mode - not a maximized window - should *not* >> generate a resize event, since there is no window being resized. Rather, >> you are switching from a window-based rendering mode to a screen-based >>

Re: [osg-users] osgViewer::WindowSizeHandler

2008-08-13 Thread Jeremy Moles
On Wed, 2008-08-13 at 13:45 -0400, Fuesz, Matthew wrote: > > 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),

Re: [osg-users] osgViewer::WindowSizeHandler

2008-08-13 Thread Fuesz, Matthew
> 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

Re: [osg-users] osgViewer::WindowSizeHandler

2008-08-13 Thread Jeremy Moles
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

Re: [osg-users] osgViewer::WindowSizeHandler

2008-08-13 Thread Robert Osfield
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

[osg-users] osgViewer::WindowSizeHandler

2008-08-13 Thread Jeremy Moles
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? 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