Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道有人知道如何隐藏 pygame 任务栏吗?
我的 pygame 程序真的需要这个!
谢谢!
您可以使用pygame.NOFRAME:
pygame.NOFRAME
screen = pygame.display.set_mode((640, 480), pygame.NOFRAME)
文档说:
pygame.NOFRAME display window will have no border or controls