Searched refs:fAbsolute (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMouseImpl.h147 void i_fireMouseEvent(bool fAbsolute, LONG x, LONG y, LONG dz, LONG dw,
/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp677 void Mouse::i_fireMouseEvent(bool fAbsolute, LONG x, LONG y, LONG dz, LONG dw, argument
683 if (fAbsolute)
/vbox/include/VBox/vmm/
H A Dpdmifs.h382 * @param fAbsolute Whether absolute mode is currently supported.
383 * @param fAbsolute Whether multi-touch mode is currently supported.
385 DECLR3CALLBACKMEMBER(void, pfnReportModes,(PPDMIMOUSECONNECTOR pInterface, bool fRelative, bool fAbsolute, bool fMultiTouch));

Completed in 54 milliseconds