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.
我一直在使用 HaskellFunGen创建游戏并发现了终止问题。如果我单击按钮关闭游戏窗口X,我从中启动游戏的 Haskell 控制台仍然运行。
FunGen
X
如果游戏以导致exitWith成功的游戏功能关闭,则不会发生这种情况。
exitWith
有没有办法可以捕获XOpenGL 窗口上的按钮事件来终止应用程序?