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

/vbox/src/VBox/Main/src-client/
H A DMouseImpl.cpp743 LONG aButtonState)
751 fButtonsAdj = i_mouseButtonsToPDM(aButtonState);
757 i_fireMouseEvent(false, dx, dy, dz, dw, aButtonState);
844 LONG aButtonState)
847 __PRETTY_FUNCTION__, x, y, dz, dw, aButtonState));
859 fButtonsAdj = i_mouseButtonsToPDM(aButtonState);
870 i_fireMouseEvent(true, x, y, dz, dw, aButtonState);
742 putMouseEvent(LONG dx, LONG dy, LONG dz, LONG dw, LONG aButtonState) argument

Completed in 47 milliseconds