Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的 CocosSharp 游戏(适用于 Windows 手机)中添加“退出游戏”功能,但我无法在线找到任何示例代码/指南。欢迎任何指点。
用户应该能够通过按屏幕上的按钮图像退出游戏。
移动应用程序未关闭。
它们永远运行,除非它们崩溃、被用户强制关闭或被操作系统关闭以释放资源。
这并不是说您不能调用系统调用来退出您的程序,但它根本不是现代移动开发中完成的实现。
好吧,只需查看智能感知,我就找到了实例ExitGame()方法。CCApplication
ExitGame()
CCApplication