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.
我正在试验 SDL Events,但遇到了问题。出于某种原因,我无法按窗口应用程序右上角的“X”或关闭底部。现在我不确定这是否与 SDL 编码有关,或者是窗口浏览器的问题。
有谁知道这是 SDL 问题还是 Window 问题?
听起来您没有处理 SDL_QUIT 事件。轮询 SDL 事件队列后,您将需要处理 SDL_QUIT 事件以及其他键盘输入等。