Searched refs:PMouse (Results 1 – 1 of 1) sorted by relevance
79 POINT PMouse = {0, 0}; variable165 PMouse.x = LOWORD(LParam); in MainWndProc()166 PMouse.y = HIWORD(LParam); in MainWndProc()169 if (PtInRect(&RImage, PMouse) && in MainWndProc()196 const int dX = PCurrent.x - PMouse.x; in MainWndProc()197 const int dY = PCurrent.y - PMouse.y; in MainWndProc()207 memcpy(&PMouse, &PCurrent, sizeof(POINT)); in MainWndProc()