Searched refs:mousexoffset (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardrgnmouse.cpp | 248 mousexoffset = x - xpos - xoffset * (nNumApparentCards - iNumDragCards); in OnLButtonDown() 252 mousexoffset += -xoffset * (iNumDragCards - 1); in OnLButtonDown() 263 oldx = x - mousexoffset; in OnLButtonDown() 299 …SetRect(&dragrect, x-mousexoffset, y-mouseyoffset, x-mousexoffset+nDragCardWidth, y-mouseyoffset+n… in OnLButtonUp() 314 …pDestStack = parentWnd.GetBestStack(x - mousexoffset, y - mouseyoffset, nDragCardWidth, nDragCardH… in OnLButtonUp() 325 ZoomCard(hdc, x - mousexoffset, y - mouseyoffset, pDestStack); in OnLButtonUp() 360 ZoomCard(hdc, x - mousexoffset, y - mouseyoffset, this); in OnLButtonUp() 384 x -= mousexoffset; in OnMouseMove()
|
H A D | cardregion.h | 168 int mousexoffset; variable
|