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

/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp3004 static DECLCALLBACK(int) vmmdevIPort_QueryAbsoluteMouse(PPDMIVMMDEVPORT pInterface, int32_t *pxAbs, int32_t *pyAbs) argument
3012 if (pxAbs)
3013 *pxAbs = ASMAtomicReadS32(&pThis->mouseXAbs); /* why the atomic read? */

Completed in 56 milliseconds