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

[pygame] Detect dragging of main window



Hi

Can I somehow detect from inside the game that the main window is
being dragged?
When the user drags the window, Pygame's animation inside stops, but
internally the events keep running so the game state shifts a lot
without being visible. I'd like to suspend the game throughout
dragging.

Thanks