Is it possible to get a fully transparent window in Pygame (see the desktop through it)? I\'ve found how to create a window without a frame, but there doesn\'t seem to be a
PyGame uses SDL, which does not support transparent windows. Although at least on Linux making it transparent is done by the window manager, not the application.