MouseEvent.Buttons

MouseEvent.Buttons property

During any mouse events, buttons MUST be used to indicate which combination of mouse buttons are currently being pressed, expressed as a bitmask.

public ushort Buttons { get; }

Property Value

The buttons.

See Also