Table of Contents

Class StandardMouseButtons

Namespace
ScottPlot.Interactivity
Assembly
ScottPlot.dll

Structures for commonly used mouse buttons. Use these as a safer alternative to instantiating your own.

public static class StandardMouseButtons
Inheritance
StandardMouseButtons
Inherited Members

Fields

Left

public static readonly MouseButton Left

Field Value

MouseButton

Middle

public static readonly MouseButton Middle

Field Value

MouseButton

Right

public static readonly MouseButton Right

Field Value

MouseButton

Wheel

public static readonly MouseButton Wheel

Field Value

MouseButton