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

/vbox/src/VBox/Devices/Input/
H A DPS2M.cpp246 uint32_t fAccumB; member in struct:PS2M
467 pThis->iAccumX = pThis->iAccumY = pThis->iAccumZ = pThis->fAccumB;
513 uint32_t fBtnState = fAccumBtns ? pThis->fAccumB : pThis->fCurrB;
555 pThis->fReportedB = pThis->fAccumB;
556 pThis->fAccumB = 0;
947 pThis->fAccumB |= fButtons; //@todo: accumulate based on current protocol?
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp486 GEN_CHECK_OFF(PS2M, fAccumB);

Completed in 49 milliseconds