MouseInputY Field

The absolute position of the mouse, or the amount of motion since the last mouse event was generated, depending on the value of the flags member.

Absolute data is specified as the 'y' coordinate of the mouse; relative data is specified as the number of pixels moved.

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 Y

Field Value

Int32

See Also