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.
对于使用 GLFW 进行窗口化的游戏,我想禁止用户使用关闭按钮关闭游戏窗口。有没有跨平台的方法来做到这一点?
用于glfwSetWindowCloseCallback设置始终返回的回调GL_FALSE。
glfwSetWindowCloseCallback
GL_FALSE