Yes, I can do that, but if the user resizes the window and enters/ exits fullscreen again, I have to take care of the new user dimensions.
Nicolas On Mar 25, 8:18 pm, Tristam MacDonald <[email protected]> wrote: > On Wed, Mar 25, 2009 at 2:54 PM, Nicolas Rougier > <[email protected]>wrote: > > > Hello, > > > I tried the following command: > > > window = Window (width=640, height=480, fullscreen=True) > > > that raises an exception. While I understand that specifying the width > > and height in fullscreen mode does not make sense, would that be > > possible to use the specified width and height for the window when it > > exits fullscreen mode ? (currently, it uses the default 640x480 size) > > I just set the window size when I come out of fullscreen. > -- > Tristam MacDonaldhttp://swiftcoder.wordpress.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
