Searched refs:pyAbs (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmifs.h2397 * @param pyAbs Pointer of result value, can be NULL
2399 DECLR3CALLBACKMEMBER(int, pfnQueryAbsoluteMouse,(PPDMIVMMDEVPORT pInterface, int32_t *pxAbs, int32_t *pyAbs));
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp3004 static DECLCALLBACK(int) vmmdevIPort_QueryAbsoluteMouse(PPDMIVMMDEVPORT pInterface, int32_t *pxAbs, int32_t *pyAbs) argument
3014 if (pyAbs)
3015 *pyAbs = ASMAtomicReadS32(&pThis->mouseYAbs);

Completed in 65 milliseconds