Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
KeyName
enum
ReLogic.Peripherals.RGB.Logitech.KeyName
package
Enumerator
ESC
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
PRINT_SCREEN
SCROLL_LOCK
PAUSE_BREAK
TILDE
ONE
TWO
THREE
FOUR
FIVE
SIX
SEVEN
EIGHT
NINE
ZERO
MINUS
EQUALS
BACKSPACE
INSERT
HOME
PAGE_UP
NUM_LOCK
NUM_SLASH
NUM_ASTERISK
NUM_MINUS
TAB
Q
W
E
R
T
Y
U
I
O
P
OPEN_BRACKET
CLOSE_BRACKET
BACKSLASH
KEYBOARD_DELETE
END
PAGE_DOWN
NUM_SEVEN
NUM_EIGHT
NUM_NINE
NUM_PLUS
CAPS_LOCK
A
S
D
F
G
H
J
K
L
SEMICOLON
APOSTROPHE
ENTER
NUM_FOUR
NUM_FIVE
NUM_SIX
LEFT_SHIFT
Z
X
C
V
B
N
M
COMMA
PERIOD
FORWARD_SLASH
RIGHT_SHIFT
ARROW_UP
NUM_ONE
NUM_TWO
NUM_THREE
NUM_ENTER
LEFT_CONTROL
LEFT_WINDOWS
LEFT_ALT
SPACE
RIGHT_ALT
RIGHT_WINDOWS
APPLICATION_SELECT
RIGHT_CONTROL
ARROW_LEFT
ARROW_DOWN
ARROW_RIGHT
NUM_ZERO
NUM_PERIOD
Definition at line
3
of file
KeyName.cs
.
4
{
5
ESC
= 1,
6
F1
= 59,
7
F2
= 60,
8
F3
= 61,
9
F4
= 62,
10
F5
= 63,
11
F6
= 64,
12
F7
= 65,
13
F8
= 66,
14
F9
= 67,
15
F10
= 68,
16
F11
= 87,
17
F12
= 88,
18
PRINT_SCREEN
= 311,
19
SCROLL_LOCK
= 70,
20
PAUSE_BREAK
= 69,
21
TILDE
= 41,
22
ONE
= 2,
23
TWO
= 3,
24
THREE
= 4,
25
FOUR
= 5,
26
FIVE
= 6,
27
SIX
= 7,
28
SEVEN
= 8,
29
EIGHT
= 9,
30
NINE
= 10,
31
ZERO
= 11,
32
MINUS
= 12,
33
EQUALS
= 13,
34
BACKSPACE
= 14,
35
INSERT
= 338,
36
HOME
= 327,
37
PAGE_UP
= 329,
38
NUM_LOCK
= 325,
39
NUM_SLASH
= 309,
40
NUM_ASTERISK
= 55,
41
NUM_MINUS
= 74,
42
TAB
= 15,
43
Q
= 16,
44
W
= 17,
45
E
= 18,
46
R
= 19,
47
T = 20,
48
Y
= 21,
49
U = 22,
50
I
= 23,
51
O
= 24,
52
P
= 25,
53
OPEN_BRACKET
= 26,
54
CLOSE_BRACKET
= 27,
55
BACKSLASH
= 43,
56
KEYBOARD_DELETE
= 339,
57
END
= 335,
58
PAGE_DOWN
= 337,
59
NUM_SEVEN
= 71,
60
NUM_EIGHT
= 72,
61
NUM_NINE
= 73,
62
NUM_PLUS
= 78,
63
CAPS_LOCK
= 58,
64
A
= 30,
65
S
= 31,
66
D
= 32,
67
F
= 33,
68
G
= 34,
69
H
= 35,
70
J
= 36,
71
K = 37,
72
L
= 38,
73
SEMICOLON
= 39,
74
APOSTROPHE
= 40,
75
ENTER
= 28,
76
NUM_FOUR
= 75,
77
NUM_FIVE
= 76,
78
NUM_SIX
= 77,
79
LEFT_SHIFT
= 42,
80
Z
= 44,
81
X
= 45,
82
C
= 46,
83
V = 47,
84
B
= 48,
85
N
= 49,
86
M
= 50,
87
COMMA
= 51,
88
PERIOD
= 52,
89
FORWARD_SLASH
= 53,
90
RIGHT_SHIFT
= 54,
91
ARROW_UP
= 328,
92
NUM_ONE
= 79,
93
NUM_TWO
= 80,
94
NUM_THREE
= 81,
95
NUM_ENTER
= 284,
96
LEFT_CONTROL
= 29,
97
LEFT_WINDOWS
= 347,
98
LEFT_ALT
= 56,
99
SPACE
= 57,
100
RIGHT_ALT
= 312,
101
RIGHT_WINDOWS
= 348,
102
APPLICATION_SELECT
= 349,
103
RIGHT_CONTROL
= 285,
104
ARROW_LEFT
= 331,
105
ARROW_DOWN
= 336,
106
ARROW_RIGHT
= 333,
107
NUM_ZERO
= 82,
108
NUM_PERIOD
= 83
109
}
ReLogic.Peripherals.RGB.Logitech.KeyName.RIGHT_ALT
@ RIGHT_ALT
ReLogic.Peripherals.RGB.Logitech.KeyName.X
@ X
ReLogic.Peripherals.RGB.Logitech.KeyName.C
@ C
ReLogic.Peripherals.RGB.Logitech.KeyName.TWO
@ TWO
ReLogic.Peripherals.RGB.Logitech.KeyName.FIVE
@ FIVE
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_PERIOD
@ NUM_PERIOD
ReLogic.Peripherals.RGB.Logitech.KeyName.F6
@ F6
ReLogic.Peripherals.RGB.Logitech.KeyName.Z
@ Z
ReLogic.Peripherals.RGB.Logitech.KeyName.APPLICATION_SELECT
@ APPLICATION_SELECT
ReLogic.Peripherals.RGB.Logitech.KeyName.CLOSE_BRACKET
@ CLOSE_BRACKET
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_TWO
@ NUM_TWO
ReLogic.Peripherals.RGB.Logitech.KeyName.SCROLL_LOCK
@ SCROLL_LOCK
ReLogic.Peripherals.RGB.Logitech.KeyName.ENTER
@ ENTER
ReLogic.Peripherals.RGB.Logitech.KeyName.FOUR
@ FOUR
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_EIGHT
@ NUM_EIGHT
ReLogic.Peripherals.RGB.Logitech.KeyName.F5
@ F5
ReLogic.Peripherals.RGB.Logitech.KeyName.E
@ E
ReLogic.Peripherals.RGB.Logitech.KeyName.LEFT_ALT
@ LEFT_ALT
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_ONE
@ NUM_ONE
ReLogic.Peripherals.RGB.Logitech.KeyName.THREE
@ THREE
ReLogic.Peripherals.RGB.Logitech.KeyName.P
@ P
ReLogic.Peripherals.RGB.Logitech.KeyName.ARROW_UP
@ ARROW_UP
ReLogic.Peripherals.RGB.Logitech.KeyName.F7
@ F7
ReLogic.Peripherals.RGB.Logitech.KeyName.RIGHT_WINDOWS
@ RIGHT_WINDOWS
ReLogic.Peripherals.RGB.Logitech.KeyName.F8
@ F8
ReLogic.Peripherals.RGB.Logitech.KeyName.SIX
@ SIX
ReLogic.Peripherals.RGB.Logitech.KeyName.LEFT_WINDOWS
@ LEFT_WINDOWS
ReLogic.Peripherals.RGB.Logitech.KeyName.F3
@ F3
ReLogic.Peripherals.RGB.Logitech.KeyName.COMMA
@ COMMA
ReLogic.Peripherals.RGB.Logitech.KeyName.ZERO
@ ZERO
ReLogic.Peripherals.RGB.Logitech.KeyName.TILDE
@ TILDE
ReLogic.Peripherals.RGB.Logitech.KeyName.Y
@ Y
ReLogic.Peripherals.RGB.Logitech.KeyName.S
@ S
ReLogic.Peripherals.RGB.Logitech.KeyName.ARROW_DOWN
@ ARROW_DOWN
ReLogic.Peripherals.RGB.Logitech.KeyName.FORWARD_SLASH
@ FORWARD_SLASH
ReLogic.Peripherals.RGB.Logitech.KeyName.W
@ W
ReLogic.Peripherals.RGB.Logitech.KeyName.INSERT
@ INSERT
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_SIX
@ NUM_SIX
ReLogic.Peripherals.RGB.Logitech.KeyName.ESC
@ ESC
ReLogic.Peripherals.RGB.Logitech.KeyName.RIGHT_SHIFT
@ RIGHT_SHIFT
ReLogic.Peripherals.RGB.Logitech.KeyName.F11
@ F11
ReLogic.Peripherals.RGB.Logitech.KeyName.SPACE
@ SPACE
ReLogic.Peripherals.RGB.Logitech.KeyName.EQUALS
@ EQUALS
ReLogic.Peripherals.RGB.Logitech.KeyName.M
@ M
ReLogic.Peripherals.RGB.Logitech.KeyName.BACKSPACE
@ BACKSPACE
ReLogic.Peripherals.RGB.Logitech.KeyName.HOME
@ HOME
ReLogic.Peripherals.RGB.Logitech.KeyName.NINE
@ NINE
ReLogic.Peripherals.RGB.Logitech.KeyName.PAUSE_BREAK
@ PAUSE_BREAK
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_SEVEN
@ NUM_SEVEN
ReLogic.Peripherals.RGB.Logitech.KeyName.A
@ A
ReLogic.Peripherals.RGB.Logitech.KeyName.F
@ F
ReLogic.Peripherals.RGB.Logitech.KeyName.RIGHT_CONTROL
@ RIGHT_CONTROL
ReLogic.Peripherals.RGB.Logitech.KeyName.PRINT_SCREEN
@ PRINT_SCREEN
ReLogic.Peripherals.RGB.Logitech.KeyName.F9
@ F9
ReLogic.Peripherals.RGB.Logitech.KeyName.N
@ N
ReLogic.Peripherals.RGB.Logitech.KeyName.EIGHT
@ EIGHT
ReLogic.Peripherals.RGB.Logitech.KeyName.B
@ B
ReLogic.Peripherals.RGB.Logitech.KeyName.APOSTROPHE
@ APOSTROPHE
ReLogic.Peripherals.RGB.Logitech.KeyName.OPEN_BRACKET
@ OPEN_BRACKET
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_FOUR
@ NUM_FOUR
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_FIVE
@ NUM_FIVE
ReLogic.Peripherals.RGB.Logitech.KeyName.END
@ END
ReLogic.Peripherals.RGB.Logitech.KeyName.F10
@ F10
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_NINE
@ NUM_NINE
ReLogic.Peripherals.RGB.Logitech.KeyName.KEYBOARD_DELETE
@ KEYBOARD_DELETE
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_THREE
@ NUM_THREE
ReLogic.Peripherals.RGB.Logitech.KeyName.LEFT_SHIFT
@ LEFT_SHIFT
ReLogic.Peripherals.RGB.Logitech.KeyName.SEMICOLON
@ SEMICOLON
ReLogic.Peripherals.RGB.Logitech.KeyName.ONE
@ ONE
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_PLUS
@ NUM_PLUS
ReLogic.Peripherals.RGB.Logitech.KeyName.H
@ H
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_ZERO
@ NUM_ZERO
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_LOCK
@ NUM_LOCK
ReLogic.Peripherals.RGB.Logitech.KeyName.L
@ L
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_ENTER
@ NUM_ENTER
ReLogic.Peripherals.RGB.Logitech.KeyName.I
@ I
ReLogic.Peripherals.RGB.Logitech.KeyName.LEFT_CONTROL
@ LEFT_CONTROL
ReLogic.Peripherals.RGB.Logitech.KeyName.PERIOD
@ PERIOD
ReLogic.Peripherals.RGB.Logitech.KeyName.ARROW_RIGHT
@ ARROW_RIGHT
ReLogic.Peripherals.RGB.Logitech.KeyName.G
@ G
ReLogic.Peripherals.RGB.Logitech.KeyName.F1
@ F1
ReLogic.Peripherals.RGB.Logitech.KeyName.R
@ R
ReLogic.Peripherals.RGB.Logitech.KeyName.CAPS_LOCK
@ CAPS_LOCK
ReLogic.Peripherals.RGB.Logitech.KeyName.PAGE_UP
@ PAGE_UP
ReLogic.Peripherals.RGB.Logitech.KeyName.F4
@ F4
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_ASTERISK
@ NUM_ASTERISK
ReLogic.Peripherals.RGB.Logitech.KeyName.F12
@ F12
ReLogic.Peripherals.RGB.Logitech.KeyName.PAGE_DOWN
@ PAGE_DOWN
ReLogic.Peripherals.RGB.Logitech.KeyName.SEVEN
@ SEVEN
ReLogic.Peripherals.RGB.Logitech.KeyName.ARROW_LEFT
@ ARROW_LEFT
ReLogic.Peripherals.RGB.Logitech.KeyName.BACKSLASH
@ BACKSLASH
ReLogic.Peripherals.RGB.Logitech.KeyName.Q
@ Q
ReLogic.Peripherals.RGB.Logitech.KeyName.O
@ O
ReLogic.Peripherals.RGB.Logitech.KeyName.D
@ D
ReLogic.Peripherals.RGB.Logitech.KeyName.TAB
@ TAB
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_SLASH
@ NUM_SLASH
ReLogic.Peripherals.RGB.Logitech.KeyName.NUM_MINUS
@ NUM_MINUS
ReLogic.Peripherals.RGB.Logitech.KeyName.F2
@ F2
ReLogic.Peripherals.RGB.Logitech.KeyName.J
@ J
ReLogic.Peripherals.RGB.Logitech.KeyName.MINUS
@ MINUS
ReLogic
Peripherals
RGB
Logitech
Generated by
1.10.0