Lines Matching refs:ptMouse
408 POINT ptMouse;
518 ptMouse.x = GET_X_LPARAM(lParam);
519 ptMouse.y = GET_Y_LPARAM(lParam);
522 ClientToScreen (hwnd, &ptMouse);
525 ptMouse.x -= GetSystemMetrics (SM_XVIRTUALSCREEN);
526 ptMouse.y -= GetSystemMetrics (SM_YVIRTUALSCREEN);
535 ptMouse.x - pScreenInfo->dwXOffset,
536 ptMouse.y - pScreenInfo->dwYOffset);
565 winEnqueueMotion(ptMouse.x - pScreenInfo->dwXOffset,
566 ptMouse.y - pScreenInfo->dwYOffset);