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.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public MouseData As Integer
Dim instance As MouseInput
Dim value As Integer
value = instance.MouseData
instance.MouseData = value
val mutable MouseData: int
No code example is currently available or this language may not be supported.
Field Value
Int32