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
name
public string name { readonly get; set; }