Table of Contents

Enum MouseButton

Namespace
SharpHook.Data
Assembly
SharpHook.dll

Represents a mouse button.

public enum MouseButton : ushort

Fields

Button1 = 1

Button 1 (usually the left mouse button)

Button2 = 2

Button 2 (usually the right mouse button)

Button3 = 3

Button 3 (usually the middle mouse button)

Button4 = 4

Button 4

Button5 = 5

Button 5

NoButton = 0

No button

See Also