infoObject = pygame.display.Info()
pygame.display.set_mode((infoObject.current_w, infoObject.current_h))
Pygame获取屏幕分辨率
最新推荐文章于 2024-10-30 14:00:24 发布
infoObject = pygame.display.Info()
pygame.display.set_mode((infoObject.current_w, infoObject.current_h))