Table of Contents

Enum MouseButtonState

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

The MouseButtonState enumeration describes the possible states of the buttons available on the Mouse input device.

public enum MouseButtonState

Fields

Pressed = 1

The button is pressed.

Released = 0

The button is released.