我试图理解'消息循环'。 这是它的外观: MSG msg = { }; while (GetMessage(&msg, NULL, 0, 0)) { TranslateMessage(&msg); DispatchMessage(&msg); }.
確定! 回上一頁