Posted Monday, 19 October, 2009 - 15:50 by rakkarage
thanks... this was working for a while but its not anymore? i am not sure if the fix was reverted or a new bug introduced but switching to full screen and back is weirder then ever...
and it switches to full screen fine the first time but does not come back... it does come back eventually if i keep toggling but not to the right size, kinda
Comments
Re: WindowState = WindowState.Fullscreen
Fixed in rev. 2330.
Re: WindowState = WindowState.Fullscreen
thanks... this was working for a while but its not anymore? i am not sure if the fix was reverted or a new bug introduced but switching to full screen and back is weirder then ever...
for example in QuickStart OnUpdateFrame i have
and it switches to full screen fine the first time but does not come back... it does come back eventually if i keep toggling but not to the right size, kinda
thanks
Re: WindowState = WindowState.Fullscreen
Nope, it's working correctly, the issue is that you are switching to fullscreen and back many times a second. Try using the KeyUp event instead:
Re: WindowState = WindowState.Fullscreen
aha! of course... thank you