Replies: 1 comment
-
这块代码历史有一些悠久,暂时没法给你明确的答复。 我们内部讨论有有以下几点可能,但可能会因为后面提交代码变更偏离了初衷:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
在看Window::Close函数实现时,发现在投递WM_CLOSE消息时,Vista之后的操作系统会延迟一段时间投递,这样做的原因是什么呢?
如果在延迟的这段时间调用了 PostQuitMessage 退出消息循环,窗口将接收不到 WM_CLOSE 消息。
Beta Was this translation helpful? Give feedback.
All reactions