ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.Interactivity.Key Struct Reference

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. More...

Public Member Functions

 Key (string name)
 

Properties

string Name [get]
 A name that uniquely identifies a specific key.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Key()

ScottPlot.Interactivity.Key.Key ( string  name)
inline

Property Documentation

◆ Name

string ScottPlot.Interactivity.Key.Name
get

A name that uniquely identifies a specific key.


The documentation for this struct was generated from the following file: