Table of Contents

Class StandardKeys

Namespace
ScottPlot.Interactivity
Assembly
ScottPlot.dll

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

public static class StandardKeys
Inheritance
StandardKeys
Inherited Members

Fields

A

public static readonly Key A

Field Value

Key

Alt

public static readonly Key Alt

Field Value

Key

Control

public static readonly Key Control

Field Value

Key

Down

public static readonly Key Down

Field Value

Key

Left

public static readonly Key Left

Field Value

Key

Right

public static readonly Key Right

Field Value

Key

Shift

public static readonly Key Shift

Field Value

Key

Unknown

public static readonly Key Unknown

Field Value

Key

Up

public static readonly Key Up

Field Value

Key

Methods

IsArrowKey(Key)

public static bool IsArrowKey(Key key)

Parameters

key Key

Returns

bool