2

我正在使用果酱 6.2 和 cocos 2.1 beta3.x.2.1。当我以全屏模式部署 Windows 构建时,alt-tabbing 退出并返回到应用程序会导致应用程序进入窗口模式。是否需要在 app.icf / 其他地方设置命令/设置以确保在Alt+之后保持全屏Tab

我在下面找到了可能相关的帖子:

Alt-tab 全屏

谢谢,

线

4

1 回答 1

0

你检查了WinAllowAltEnterWinFullScreenicf设置。我想这就是你需要的,尤其是WinFullScreen.

还要检查描述WinFullScreen

If this is set, the display will be changed to a mode governed by WinWidth, WinHeight and WindowBpp. The surface will then cover the whole of the screen. If device does not support full screen mode with resolutions specified in WinWidth and WinHeight settings, application will start in windowed mode regardless of the WinFullScreen flag with specified resolution. Default is 0.

所以我猜你可能做的是错误配置 WinWidth/WinHeight 设置。

于 2013-04-22T21:11:07.460 回答