uMsg.message) { while (PeekMessage (&uMsg, NULL, 0, 0, PM_REMOVE) > 0) //Or use an if statement { TranslateMessage (&uMsg); DispatchMessage ...
確定! 回上一頁