Is there any way to bind two windows from seprate processes together using Python/Pygame? By binding I mean in two possible ways:
A large window that contains two smaller windows
Two separate windows which appear side to side (perhaps using OS environment variables?)