On 30/03/14 18:02, flow flow wrote: > Hello, > > I have a problem. > I want to go into fullscreen mode with a predefined resolution. > If I do window.set_fullscreen(True) pyglet goes into fullscreen with > the desktop resolution. >
You need to specify the resolution in width and height parameters, and the screen may be switched to a resolution that most closely matches your requirement. From: http://pyglet.org/doc-current/api/pyglet/window/pyglet.window.Window.html#pyglet.window.Window.set_fullscreen Regards, Juan -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
