Changeset 68052 in vbox
- Timestamp:
- Jul 19, 2017 3:51:09 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/Input/PS2M.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/PS2M.cpp
r65648 r68052 557 557 { 558 558 pThis->fReportedB = pThis->fAccumB; 559 pThis->fAccumB = 0;559 pThis->fAccumB = pThis->fCurrB; 560 560 } 561 561 } … … 848 848 #else 849 849 /* If more movement is accumulated, report it and restart the timer. */ 850 uHaveEvents = pThis->iAccumX | pThis->iAccumY | pThis->iAccumZ | (pThis->f CurrB != pThis->fReportedB);850 uHaveEvents = pThis->iAccumX | pThis->iAccumY | pThis->iAccumZ | (pThis->fAccumB != pThis->fReportedB); 851 851 LogFlowFunc(("Have%s events\n", uHaveEvents ? "" : " no")); 852 852
Note:
See TracChangeset
for help on using the changeset viewer.

