Skip to content
Eduard Gushchin edited this page Jun 21, 2026 · 5 revisions

Home | API by Category | Complete API Index | API Compatibility

Field Value
Full name Electron2D.Key
Namespace Electron2D
Kind enum
Category Input

Overview

Identifies a keyboard key in the Electron2D input event model.

Syntax

public enum Electron2D.Key : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable

Remarks

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

Since

This enum is available since Electron2D 0.1.0 Preview.

Members

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.

Member Details

A

Kind: Enum value

public const Electron2D.Key A

Summary

A key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Alt

Kind: Enum value

public const Electron2D.Key Alt

Summary

Alt key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Ampersand

Kind: Enum value

public const Electron2D.Key Ampersand

Summary

Ampersand key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Apostrophe

Kind: Enum value

public const Electron2D.Key Apostrophe

Summary

Apostrophe key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Asterisk

Kind: Enum value

public const Electron2D.Key Asterisk

Summary

Asterisk key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

At

Kind: Enum value

public const Electron2D.Key At

Summary

At sign key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

B

Kind: Enum value

public const Electron2D.Key B

Summary

B key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Back

Kind: Enum value

public const Electron2D.Key Back

Summary

Mobile or application back navigation key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Backspace

Kind: Enum value

public const Electron2D.Key Backspace

Summary

Backspace key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Backtab

Kind: Enum value

public const Electron2D.Key Backtab

Summary

Shift + Tab key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

C

Kind: Enum value

public const Electron2D.Key C

Summary

C key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Capslock

Kind: Enum value

public const Electron2D.Key Capslock

Summary

Caps Lock key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Colon

Kind: Enum value

public const Electron2D.Key Colon

Summary

Colon key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Comma

Kind: Enum value

public const Electron2D.Key Comma

Summary

Comma key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Ctrl

Kind: Enum value

public const Electron2D.Key Ctrl

Summary

Control key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

D

Kind: Enum value

public const Electron2D.Key D

Summary

D key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Delete

Kind: Enum value

public const Electron2D.Key Delete

Summary

Delete key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Dollar

Kind: Enum value

public const Electron2D.Key Dollar

Summary

Dollar sign key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Down

Kind: Enum value

public const Electron2D.Key Down

Summary

Down arrow key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

E

Kind: Enum value

public const Electron2D.Key E

Summary

E key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

End

Kind: Enum value

public const Electron2D.Key End

Summary

End key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Enter

Kind: Enum value

public const Electron2D.Key Enter

Summary

Enter key on the main keyboard.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Equal

Kind: Enum value

public const Electron2D.Key Equal

Summary

Equals key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Escape

Kind: Enum value

public const Electron2D.Key Escape

Summary

Escape key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Exclam

Kind: Enum value

public const Electron2D.Key Exclam

Summary

Exclamation mark key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F

Kind: Enum value

public const Electron2D.Key F

Summary

F key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F1

Kind: Enum value

public const Electron2D.Key F1

Summary

F1 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F10

Kind: Enum value

public const Electron2D.Key F10

Summary

F10 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F11

Kind: Enum value

public const Electron2D.Key F11

Summary

F11 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F12

Kind: Enum value

public const Electron2D.Key F12

Summary

F12 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F2

Kind: Enum value

public const Electron2D.Key F2

Summary

F2 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F3

Kind: Enum value

public const Electron2D.Key F3

Summary

F3 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F4

Kind: Enum value

public const Electron2D.Key F4

Summary

F4 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F5

Kind: Enum value

public const Electron2D.Key F5

Summary

F5 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F6

Kind: Enum value

public const Electron2D.Key F6

Summary

F6 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F7

Kind: Enum value

public const Electron2D.Key F7

Summary

F7 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F8

Kind: Enum value

public const Electron2D.Key F8

Summary

F8 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

F9

Kind: Enum value

public const Electron2D.Key F9

Summary

F9 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

G

Kind: Enum value

public const Electron2D.Key G

Summary

G key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Greater

Kind: Enum value

public const Electron2D.Key Greater

Summary

Greater-than key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

H

Kind: Enum value

public const Electron2D.Key H

Summary

H key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Home

Kind: Enum value

public const Electron2D.Key Home

Summary

Home key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

I

Kind: Enum value

public const Electron2D.Key I

Summary

I key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Insert

Kind: Enum value

public const Electron2D.Key Insert

Summary

Insert key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

J

Kind: Enum value

public const Electron2D.Key J

Summary

J key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

K

Kind: Enum value

public const Electron2D.Key K

Summary

K key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key0

Kind: Enum value

public const Electron2D.Key Key0

Summary

Number 0 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key1

Kind: Enum value

public const Electron2D.Key Key1

Summary

Number 1 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key2

Kind: Enum value

public const Electron2D.Key Key2

Summary

Number 2 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key3

Kind: Enum value

public const Electron2D.Key Key3

Summary

Number 3 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key4

Kind: Enum value

public const Electron2D.Key Key4

Summary

Number 4 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key5

Kind: Enum value

public const Electron2D.Key Key5

Summary

Number 5 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key6

Kind: Enum value

public const Electron2D.Key Key6

Summary

Number 6 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key7

Kind: Enum value

public const Electron2D.Key Key7

Summary

Number 7 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key8

Kind: Enum value

public const Electron2D.Key Key8

Summary

Number 8 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Key9

Kind: Enum value

public const Electron2D.Key Key9

Summary

Number 9 key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

KpEnter

Kind: Enum value

public const Electron2D.Key KpEnter

Summary

Enter key on the numeric keypad.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

L

Kind: Enum value

public const Electron2D.Key L

Summary

L key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Left

Kind: Enum value

public const Electron2D.Key Left

Summary

Left arrow key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Less

Kind: Enum value

public const Electron2D.Key Less

Summary

Less-than key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

M

Kind: Enum value

public const Electron2D.Key M

Summary

M key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Menu

Kind: Enum value

public const Electron2D.Key Menu

Summary

Mobile or application menu navigation key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Meta

Kind: Enum value

public const Electron2D.Key Meta

Summary

Meta key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Minus

Kind: Enum value

public const Electron2D.Key Minus

Summary

Minus key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

N

Kind: Enum value

public const Electron2D.Key N

Summary

N key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

None

Kind: Enum value

public const Electron2D.Key None

Summary

No key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Numbersign

Kind: Enum value

public const Electron2D.Key Numbersign

Summary

Number sign key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Numlock

Kind: Enum value

public const Electron2D.Key Numlock

Summary

Num Lock key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

O

Kind: Enum value

public const Electron2D.Key O

Summary

O key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

P

Kind: Enum value

public const Electron2D.Key P

Summary

P key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Pagedown

Kind: Enum value

public const Electron2D.Key Pagedown

Summary

Page Down key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Pageup

Kind: Enum value

public const Electron2D.Key Pageup

Summary

Page Up key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Parenleft

Kind: Enum value

public const Electron2D.Key Parenleft

Summary

Left parenthesis key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Parenright

Kind: Enum value

public const Electron2D.Key Parenright

Summary

Right parenthesis key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Pause

Kind: Enum value

public const Electron2D.Key Pause

Summary

Pause key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Percent

Kind: Enum value

public const Electron2D.Key Percent

Summary

Percent sign key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Period

Kind: Enum value

public const Electron2D.Key Period

Summary

Period key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Plus

Kind: Enum value

public const Electron2D.Key Plus

Summary

Plus key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Print

Kind: Enum value

public const Electron2D.Key Print

Summary

Print screen key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Q

Kind: Enum value

public const Electron2D.Key Q

Summary

Q key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Question

Kind: Enum value

public const Electron2D.Key Question

Summary

Question mark key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Quotedbl

Kind: Enum value

public const Electron2D.Key Quotedbl

Summary

Double quotation mark key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

R

Kind: Enum value

public const Electron2D.Key R

Summary

R key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Right

Kind: Enum value

public const Electron2D.Key Right

Summary

Right arrow key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

S

Kind: Enum value

public const Electron2D.Key S

Summary

S key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Scrolllock

Kind: Enum value

public const Electron2D.Key Scrolllock

Summary

Scroll Lock key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Semicolon

Kind: Enum value

public const Electron2D.Key Semicolon

Summary

Semicolon key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Shift

Kind: Enum value

public const Electron2D.Key Shift

Summary

Shift key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Slash

Kind: Enum value

public const Electron2D.Key Slash

Summary

Slash key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Space

Kind: Enum value

public const Electron2D.Key Space

Summary

Space key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

T

Kind: Enum value

public const Electron2D.Key T

Summary

T key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Tab

Kind: Enum value

public const Electron2D.Key Tab

Summary

Tab key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

U

Kind: Enum value

public const Electron2D.Key U

Summary

U key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Unknown

Kind: Enum value

public const Electron2D.Key Unknown

Summary

Unknown key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Up

Kind: Enum value

public const Electron2D.Key Up

Summary

Up arrow key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

V

Kind: Enum value

public const Electron2D.Key V

Summary

V key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

W

Kind: Enum value

public const Electron2D.Key W

Summary

W key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

X

Kind: Enum value

public const Electron2D.Key X

Summary

X key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Y

Kind: Enum value

public const Electron2D.Key Y

Summary

Y key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Z

Kind: Enum value

public const Electron2D.Key Z

Summary

Z key.

Remarks

Use this value with APIs that accept Key.

Since

This API is available since Electron2D 0.1.0 Preview.

See Also

  • Electron2D.Key

Clone this wiki locally