无法按“X”键 或关闭窗口应用程序右上角的底部

发布于 2024-07-09 13:58:08 字数 134 浏览 9 评论 0原文

我正在试验 SDL Events,但遇到了问题。 由于某种原因,我无法按窗口应用程序右上角的“X”或关闭底部。 现在我不确定这是否与SDL编码有关,或者是窗口浏览器的问题。

有谁知道这是 SDL 问题还是 Window 问题?

I am experimenting SDL Events and I came into a problem. For some reason, I am unable to press the "X" or close bottom on the top right of the window application. Now I am currently unsure if that is related to the SDL coding, or it's a problem of window browser.

Does anyone know if it's either a SDL problem or a Window problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

提笔书几行 2024-07-16 13:58:08

听起来您没有处理 SDL_QUIT 事件。 轮询 SDL 事件队列后,您将需要处理 SDL_QUIT 事件以及其他键盘输入等。

Sounds like you're not handling the SDL_QUIT event. After you've polled the SDL event queue, you'll want to handle the SDL_QUIT event as well as other keyboard input and such.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文