MouseInputMouseData Field

If Flags contains Wheel, then MouseData specifies the amount of wheel movement.

A positive value indicates that the wheel was rotated forward, away from the user.

a negative value indicates that the wheel was rotated backward, toward the user. One wheel click is defined as WHEEL_DELTA, which is 120. If Flags does not contain Wheel, XDown, or XUp, then MouseData should be 0.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int MouseData

Field Value

Int32

See Also