Lines Matching refs:ptMouse
309 POINT ptMouse;
506 ptMouse.x = GET_X_LPARAM(lParam);
507 ptMouse.y = GET_Y_LPARAM(lParam);
510 ClientToScreen (hwnd, &ptMouse);
513 ptMouse.x -= GetSystemMetrics (SM_XVIRTUALSCREEN);
514 ptMouse.y -= GetSystemMetrics (SM_YVIRTUALSCREEN);
523 ptMouse.x - s_pScreenInfo->dwXOffset,
524 ptMouse.y - s_pScreenInfo->dwYOffset);
561 winEnqueueMotion(ptMouse.x - s_pScreenInfo->dwXOffset,
562 ptMouse.y - s_pScreenInfo->dwYOffset);