Mensaje WM_MOVE. Definición. WM_MOVE xPos = (int) LOWORD(lParam); // posición horizontal yPos = (int) HIWORD(lParam); // posición vertical.
確定! 回上一頁