Table of Contents

Enum Key

Namespace
Retro.Crt.Input
Assembly
Retro.Crt.dll

Logical key identifiers, decoded from ANSI escape sequences and control-byte conventions. Glyph carries the actual printable when Key is Glyph.

public enum Key : byte

Fields

None = 0
Glyph = 1

A printable Unicode-BMP character — value in Glyph.

Escape = 2
Enter = 3
Tab = 4
Backspace = 5
Delete = 6
Insert = 7
Up = 8
Down = 9
Left = 10
Right = 11
Home = 12
End = 13
PageUp = 14
PageDown = 15
F1 = 16
F2 = 17
F3 = 18
F4 = 19
F5 = 20
F6 = 21
F7 = 22
F8 = 23
F9 = 24
F10 = 25
F11 = 26
F12 = 27