ButtonsMask Enum

Definition

Flag values that represent mouse buttons.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum ButtonsMask
type ButtonsMask = 
Inheritance
ButtonsMask
Attributes

Fields

Primary 1

Indicates the primary mouse button. Most commonly, this is the left mouse button.

Secondary 2

Indicates the secondary mouse button. Most commonly, this is the right mouse button.

Applies to