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

Re: [pygame] Windows problems with event.wait() and display.set_mode()



Are you getting a list of events, or a single event?
I'm used to using pygame.event.get(), which returns a list of multiple events. It sounds like your events are getting eaten somehow, or building up.