Changeset 34778 in vbox
- Timestamp:
- Dec 7, 2010 1:26:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r34523 r34778 663 663 { 664 664 /* The absolute value of wheel delta is 120 units per every wheel move; 665 * positive deltas correspond to counterclockwi ze rotations (usually up),666 * negative deltas correspond to clockwi ze (usually down). */665 * positive deltas correspond to counterclockwise rotations (usually up), 666 * negative deltas correspond to clockwise (usually down). */ 667 667 iWheelVertical = - (wheelDelta / 120); 668 668 }
Note:
See TracChangeset
for help on using the changeset viewer.