Is there any way to make the program sleep until an event occurs, but to not take it off the queue?
Similarly to http://www.pygame.org/docs/ref/event.html#pygame.event.wait
Or will I need to use pygame.event.wait, and then put that event back onto the queue?
Just to clarify, I do not need to know what that event is when it occurs, just that an event has occured.