case WM_ACTIVATE: if((LOWORD(wParam) == WA_INACTIVE)) ClientFocused = false; else ClientFocused = true; return 0;.
確定! 回上一頁