Struct Key
- Namespace
- ScottPlot.Interactivity
- Assembly
- ScottPlot.dll
Represents a single key on a keyboard that may be pressed and held. Keys are tracked by KeyboardState and IUserActionResponse classes can see which keys are pressed when they are executed.
public readonly record struct Key : IEquatable<Key>
- Implements
- Inherited Members
- Extension Methods
Constructors
Key(string)
public Key(string name)
Parameters
name
string
Properties
Name
A name that uniquely identifies a specific key
public string Name { get; }