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
>>
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),
> 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
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
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
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
6 matches
Mail list logo