Does pyglet treat borderless maximized windows as fullscreen objects? I had a borderless window because I was going to implement my own border/controls but this puts a damper on how I will do my project.
when I call ".maximize()" on my window it attempts to make it fullscreen and flashes around. so I do not know if it is the way pyglet handles borderless winodws or something else. it maximizes the window to fullscreen, then flashes between black and a few frames of the application. I have repeated this by making any application in the examples docs with its window style set to borderless and then calling "maximize" on the window. I know this probably isnt the place for bug reporting but was just wondering if it was avoidable, built in by pyglet, or if the operating system is at fault. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
