IT Log

Record various IT issues and difficulties.

When the mouse wheel scrolls and sets dwData=120, one wheel click defines WHEEL_DELTA (120), calculating how much is the corresponding mouse movement.


When handling a mouse wheel event where dwData is set to 120, this value represents one full notch of the wheel, known as WHEEL_DELTA. This typically translates to one unit of movement, such as moving the cursor by one line or a specific number of pixels, depending on system settings or application logic. Thus, each scroll event with dwData = 120 results in a corresponding mouse movement equivalent to one step in the direction of scrolling.


, , , ,