[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] If statements paused at click hold on window title bar?!



On Wed, 13 Feb 2008, Brian Fisher wrote:
> There is a way to get an app in windows to not be blocked by event
> processing like that (something about calling your update from a
> particular message or returning the right value from some weird barely
> documented message or something like that) but I can't remember the
> exact thing there off the top of my head - I think pyglet had trouble
> with this and found a resolution.

Correct. pyglet now has an event loop that allows live window move & resize.


    Richard