I am trying to make sense of 'The Message Loop'. This is how it looks: MSG msg = { }; while (GetMessage(&msg, NULL, 0, 0)) { TranslateMessage(&msg); ...
確定! 回上一頁