On Nov 13, 2007 5:49 AM, Bobby R. Ward <[EMAIL PROTECTED]> wrote: > When dragging a window, maximizing/minimizing, modal dialogs and many > other times your message loop doesn't get processed. Which means > process_events won't get called causing stutter. I'm not sure if this > is wxWidgets or Windows specific. It's been a long time since I've > used straight windows api from C++. > It's windows. Dragging a window always locks up your main thread on windows. go ahead and try it with a non-python game that has an animated main menu and a windowed mode. You'll see.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
