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

Re: [pygame] Some problem with WinXP Home and PyGame 1.7.1



Yes you need to either grab events off the cue with pygame.event.get() or the other related functions, or just call pygame.event.pump() perodically, otherwise Windows will just hang your app.