|
|
发表于 2007-7-12 09:38:00
|
显示全部楼层
Re: 怎么样在程序运行的过程中动态切换到全屏模式?
virtual void Ogre::RenderWindow::setFullscreen ( bool fullScreen,
unsigned int width,
unsigned int height
) [virtual]
Alter fullscreen mode options.
Note:
Nothing will happen unless the settings here are different from the current settings.
Parameters:
fullScreen Whether to use fullscreen mode or not.
width The new width to use
height The new height to use
应该是这个= =
推荐LZ问这种问题前多翻翻文档哦。 |
|