Table of Contents

Struct MouseButton

Namespace
ScottPlot.Interactivity
Assembly
ScottPlot.dll

Represents a physical button on a mouse

public record struct MouseButton : IEquatable<MouseButton>
Implements
Inherited Members
Extension Methods

Constructors

MouseButton(string)

Represents a physical button on a mouse

public MouseButton(string name)

Parameters

name string

Properties

Name

public readonly string Name { get; }

Property Value

string

name

public string name { readonly get; set; }

Property Value

string