Home
last modified time | relevance | path

Searched refs:PMouse (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/dibtests/patblt/
H A Dpatblt.cpp79 POINT PMouse = {0, 0}; variable
165 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()