📜  pygame fullscreen - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:03.889000             🧑  作者: Mango

代码示例1
infoObject = pygame.display.Info()
pygame.display.set_mode((infoObject.current_w, infoObject.current_h))