无法按“X”键 或关闭窗口应用程序右上角的底部
我正在试验 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您没有处理 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.