Table of Contents

Enum MouseButton

Namespace
SimulationFramework.Input
Assembly
SimulationFramework.dll

Represents buttons on a mouse.

public enum MouseButton

Fields

Left = 0

The left mouse button.

Middle = 2

The right mouse button.

Right = 1

The right mouse button.

X1 = 3

The first extra mouse button (usually the front side button).

X2 = 4

The second extra mouse button (usually the back side button).