MouseInputFlags Field

A set of bit flags that specify various aspects of mouse motion and button clicks.

The bit flags that specify mouse button status are set to indicate changes in status, not ongoing conditions.

For example, if the left mouse button is pressed and held down, LeftDown is set when the left button is first pressed, but not for subsequent motions.

Similarly, LeftUp is set only when the button is first released.

You cannot specify both the Wheel flag and either XDown or XUp flags simultaneously in the Flags parameter, because they both require use of the 'mouseData' field.

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.

Field Value

MouseInputFlags

See Also