隐藏pygame显示 [英] Hiding pygame display

查看:163
本文介绍了隐藏pygame显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有什么办法可以隐藏 'pygame.display' 的屏幕,然后在不调用 'pygame.display.quit()' 的情况下使其可见?

Is there any way to hide the screen of 'pygame.display' and to make it visible afterwards without calling 'pygame.display.quit()'?

推荐答案

不,没有.您所能做的就是使用 pygame.display.iconify() 最小化窗口.

No there isn't. All you can do is minimize the window using pygame.display.iconify().

这篇关于隐藏pygame显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆