Searched defs:pyAdj (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp777 HRESULT Mouse::i_convertDisplayRes(LONG x, LONG y, int32_t *pxAdj, int32_t *pyAdj, argument
781 AssertPtrReturn(pyAdj, E_POINTER);
805 *pyAdj = displayHeight ? (y * VMMDEV_MOUSE_RANGE + ADJUST_RANGE)
815 *pyAdj = y1 < y2 ? ((y - y1) * VMMDEV_MOUSE_RANGE + ADJUST_RANGE)
819 || *pyAdj < VMMDEV_MOUSE_RANGE_MIN
820 || *pyAdj > VMMDEV_MOUSE_RANGE_MAX)

Completed in 46 milliseconds