-
Notifications
You must be signed in to change notification settings - Fork 0
Key
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.Key |
| Namespace | Electron2D |
| Kind | enum |
| Category | Input |
Identifies a keyboard key in the Electron2D input event model.
public enum Electron2D.Key : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableThe 0.1.0 Preview enum contains the printable ASCII keys and the non-printable keys needed by the keyboard mapping baseline. Printable values use their Unicode code point. Non-printable values follow Electron2D's reserved special key range.
More key constants can be added as the input backlog expands. Unknown platform
keys are mapped to Electron2D.Key.Unknown.
This enum is immutable and is safe to use from any thread.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
A |
Enum value | A key. |
Alt |
Enum value | Alt key. |
Ampersand |
Enum value | Ampersand key. |
Apostrophe |
Enum value | Apostrophe key. |
Asterisk |
Enum value | Asterisk key. |
At |
Enum value | At sign key. |
B |
Enum value | B key. |
Back |
Enum value | Mobile or application back navigation key. |
Backspace |
Enum value | Backspace key. |
Backtab |
Enum value | Shift + Tab key. |
C |
Enum value | C key. |
Capslock |
Enum value | Caps Lock key. |
Colon |
Enum value | Colon key. |
Comma |
Enum value | Comma key. |
Ctrl |
Enum value | Control key. |
D |
Enum value | D key. |
Delete |
Enum value | Delete key. |
Dollar |
Enum value | Dollar sign key. |
Down |
Enum value | Down arrow key. |
E |
Enum value | E key. |
End |
Enum value | End key. |
Enter |
Enum value | Enter key on the main keyboard. |
Equal |
Enum value | Equals key. |
Escape |
Enum value | Escape key. |
Exclam |
Enum value | Exclamation mark key. |
F |
Enum value | F key. |
F1 |
Enum value | F1 key. |
F10 |
Enum value | F10 key. |
F11 |
Enum value | F11 key. |
F12 |
Enum value | F12 key. |
F2 |
Enum value | F2 key. |
F3 |
Enum value | F3 key. |
F4 |
Enum value | F4 key. |
F5 |
Enum value | F5 key. |
F6 |
Enum value | F6 key. |
F7 |
Enum value | F7 key. |
F8 |
Enum value | F8 key. |
F9 |
Enum value | F9 key. |
G |
Enum value | G key. |
Greater |
Enum value | Greater-than key. |
H |
Enum value | H key. |
Home |
Enum value | Home key. |
I |
Enum value | I key. |
Insert |
Enum value | Insert key. |
J |
Enum value | J key. |
K |
Enum value | K key. |
Key0 |
Enum value | Number 0 key. |
Key1 |
Enum value | Number 1 key. |
Key2 |
Enum value | Number 2 key. |
Key3 |
Enum value | Number 3 key. |
Key4 |
Enum value | Number 4 key. |
Key5 |
Enum value | Number 5 key. |
Key6 |
Enum value | Number 6 key. |
Key7 |
Enum value | Number 7 key. |
Key8 |
Enum value | Number 8 key. |
Key9 |
Enum value | Number 9 key. |
KpEnter |
Enum value | Enter key on the numeric keypad. |
L |
Enum value | L key. |
Left |
Enum value | Left arrow key. |
Less |
Enum value | Less-than key. |
M |
Enum value | M key. |
Menu |
Enum value | Mobile or application menu navigation key. |
Meta |
Enum value | Meta key. |
Minus |
Enum value | Minus key. |
N |
Enum value | N key. |
None |
Enum value | No key. |
Numbersign |
Enum value | Number sign key. |
Numlock |
Enum value | Num Lock key. |
O |
Enum value | O key. |
P |
Enum value | P key. |
Pagedown |
Enum value | Page Down key. |
Pageup |
Enum value | Page Up key. |
Parenleft |
Enum value | Left parenthesis key. |
Parenright |
Enum value | Right parenthesis key. |
Pause |
Enum value | Pause key. |
Percent |
Enum value | Percent sign key. |
Period |
Enum value | Period key. |
Plus |
Enum value | Plus key. |
Print |
Enum value | Print screen key. |
Q |
Enum value | Q key. |
Question |
Enum value | Question mark key. |
Quotedbl |
Enum value | Double quotation mark key. |
R |
Enum value | R key. |
Right |
Enum value | Right arrow key. |
S |
Enum value | S key. |
Scrolllock |
Enum value | Scroll Lock key. |
Semicolon |
Enum value | Semicolon key. |
Shift |
Enum value | Shift key. |
Slash |
Enum value | Slash key. |
Space |
Enum value | Space key. |
T |
Enum value | T key. |
Tab |
Enum value | Tab key. |
U |
Enum value | U key. |
Unknown |
Enum value | Unknown key. |
Up |
Enum value | Up arrow key. |
V |
Enum value | V key. |
W |
Enum value | W key. |
X |
Enum value | X key. |
Y |
Enum value | Y key. |
Z |
Enum value | Z key. |
Kind: Enum value
public const Electron2D.Key AA key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key AltAlt key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key AmpersandAmpersand key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ApostropheApostrophe key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key AsteriskAsterisk key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key AtAt sign key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key BB key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key BackMobile or application back navigation key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key BackspaceBackspace key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key BacktabShift + Tab key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key CC key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key CapslockCaps Lock key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ColonColon key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key CommaComma key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key CtrlControl key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key DD key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key DeleteDelete key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key DollarDollar sign key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key DownDown arrow key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key EE key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key EndEnd key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key EnterEnter key on the main keyboard.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key EqualEquals key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key EscapeEscape key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ExclamExclamation mark key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key FF key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F1F1 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F10F10 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F11F11 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F12F12 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F2F2 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F3F3 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F4F4 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F5F5 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F6F6 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F7F7 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F8F8 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key F9F9 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key GG key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key GreaterGreater-than key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key HH key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key HomeHome key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key II key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key InsertInsert key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key JJ key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key KK key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key0Number 0 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key1Number 1 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key2Number 2 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key3Number 3 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key4Number 4 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key5Number 5 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key6Number 6 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key7Number 7 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key8Number 8 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key Key9Number 9 key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key KpEnterEnter key on the numeric keypad.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key LL key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key LeftLeft arrow key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key LessLess-than key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key MM key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key MenuMobile or application menu navigation key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key MetaMeta key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key MinusMinus key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key NN key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key NoneNo key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key NumbersignNumber sign key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key NumlockNum Lock key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key OO key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PP key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PagedownPage Down key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PageupPage Up key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ParenleftLeft parenthesis key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ParenrightRight parenthesis key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PausePause key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PercentPercent sign key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PeriodPeriod key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PlusPlus key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key PrintPrint screen key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key QQ key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key QuestionQuestion mark key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key QuotedblDouble quotation mark key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key RR key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key RightRight arrow key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key SS key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ScrolllockScroll Lock key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key SemicolonSemicolon key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ShiftShift key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key SlashSlash key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key SpaceSpace key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key TT key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key TabTab key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key UU key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key UnknownUnknown key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key UpUp arrow key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key VV key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key WW key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key XX key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key YY key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Kind: Enum value
public const Electron2D.Key ZZ key.
Use this value with APIs that accept Key.
This API is available since Electron2D 0.1.0 Preview.
Electron2D.Key
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.