Keys
Declaration
public sealed enum Strawberry.Input.Keys
Specifies key codes and modifiers.
Members
| Name | Value | Description |
|---|---|---|
Unknown |
-1 | |
Space |
32 | |
Apostrophe |
39 | |
Comma |
44 | |
Minus |
45 | |
Period |
46 | |
Slash |
47 | |
D0 |
48 | |
D1 |
49 | |
D2 |
50 | |
D3 |
51 | |
D4 |
52 | |
D5 |
53 | |
D6 |
54 | |
D7 |
55 | |
D8 |
56 | |
D9 |
57 | |
Semicolon |
59 | |
Equal |
61 | |
A |
65 | |
B |
66 | |
C |
67 | |
D |
68 | |
E |
69 | |
F |
70 | |
G |
71 | |
H |
72 | |
I |
73 | |
J |
74 | |
K |
75 | |
L |
76 | |
M |
77 | |
N |
78 | |
O |
79 | |
P |
80 | |
Q |
81 | |
R |
82 | |
S |
83 | |
T |
84 | |
U |
85 | |
V |
86 | |
W |
87 | |
X |
88 | |
Y |
89 | |
Z |
90 | |
LeftBracket |
91 | |
Backslash |
92 | |
RightBracket |
93 | |
GraveAccent |
96 | |
Escape |
256 | |
Enter |
257 | |
Tab |
258 | |
Backspace |
259 | |
Insert |
260 | |
Delete |
261 | |
Right |
262 | |
Left |
263 | |
Down |
264 | |
Up |
265 | |
PageUp |
266 | |
PageDown |
267 | |
Home |
268 | |
End |
269 | |
CapsLock |
280 | |
ScrollLock |
281 | |
NumLock |
282 | |
PrintScreen |
283 | |
Pause |
284 | |
F1 |
290 | |
F2 |
291 | |
F3 |
292 | |
F4 |
293 | |
F5 |
294 | |
F6 |
295 | |
F7 |
296 | |
F8 |
297 | |
F9 |
298 | |
F10 |
299 | |
F11 |
300 | |
F12 |
301 | |
F13 |
302 | |
F14 |
303 | |
F15 |
304 | |
F16 |
305 | |
F17 |
306 | |
F18 |
307 | |
F19 |
308 | |
F20 |
309 | |
F21 |
310 | |
F22 |
311 | |
F23 |
312 | |
F24 |
313 | |
F25 |
314 | |
KeyPad0 |
320 | |
KeyPad1 |
321 | |
KeyPad2 |
322 | |
KeyPad3 |
323 | |
KeyPad4 |
324 | |
KeyPad5 |
325 | |
KeyPad6 |
326 | |
KeyPad7 |
327 | |
KeyPad8 |
328 | |
KeyPad9 |
329 | |
KeyPadDecimal |
330 | |
KeyPadDivide |
331 | |
KeyPadMultiply |
332 | |
KeyPadSubtract |
333 | |
KeyPadAdd |
334 | |
KeyPadEnter |
335 | |
KeyPadEqual |
336 | |
LeftShift |
340 | |
LeftControl |
341 | |
LeftAlt |
342 | |
LeftSuper |
343 | |
RightShift |
344 | |
RightControl |
345 | |
RightAlt |
346 | |
RightSuper |
347 | |
Menu |
348 | |
LastKey |
348 |
Fields
Unknown static
Keys Unknown = -1
Space static
Keys Space = 32
Apostrophe static
Keys Apostrophe = 39
Comma static
Keys Comma = 44
Minus static
Keys Minus = 45
Period static
Keys Period = 46
Slash static
Keys Slash = 47
D0 static
Keys D0 = 48
D1 static
Keys D1 = 49
D2 static
Keys D2 = 50
D3 static
Keys D3 = 51
D4 static
Keys D4 = 52
D5 static
Keys D5 = 53
D6 static
Keys D6 = 54
D7 static
Keys D7 = 55
D8 static
Keys D8 = 56
D9 static
Keys D9 = 57
Semicolon static
Keys Semicolon = 59
Equal static
Keys Equal = 61
A static
Keys A = 65
B static
Keys B = 66
C static
Keys C = 67
D static
Keys D = 68
E static
Keys E = 69
F static
Keys F = 70
G static
Keys G = 71
H static
Keys H = 72
I static
Keys I = 73
J static
Keys J = 74
K static
Keys K = 75
L static
Keys L = 76
M static
Keys M = 77
N static
Keys N = 78
O static
Keys O = 79
P static
Keys P = 80
Q static
Keys Q = 81
R static
Keys R = 82
S static
Keys S = 83
T static
Keys T = 84
U static
Keys U = 85
V static
Keys V = 86
W static
Keys W = 87
X static
Keys X = 88
Y static
Keys Y = 89
Z static
Keys Z = 90
LeftBracket static
Keys LeftBracket = 91
Backslash static
Keys Backslash = 92
RightBracket static
Keys RightBracket = 93
GraveAccent static
Keys GraveAccent = 96
Escape static
Keys Escape = 256
Enter static
Keys Enter = 257
Tab static
Keys Tab = 258
Backspace static
Keys Backspace = 259
Insert static
Keys Insert = 260
Delete static
Keys Delete = 261
Right static
Keys Right = 262
Left static
Keys Left = 263
Down static
Keys Down = 264
Up static
Keys Up = 265
PageUp static
Keys PageUp = 266
PageDown static
Keys PageDown = 267
Home static
Keys Home = 268
End static
Keys End = 269
CapsLock static
Keys CapsLock = 280
ScrollLock static
Keys ScrollLock = 281
NumLock static
Keys NumLock = 282
PrintScreen static
Keys PrintScreen = 283
Pause static
Keys Pause = 284
F1 static
Keys F1 = 290
F2 static
Keys F2 = 291
F3 static
Keys F3 = 292
F4 static
Keys F4 = 293
F5 static
Keys F5 = 294
F6 static
Keys F6 = 295
F7 static
Keys F7 = 296
F8 static
Keys F8 = 297
F9 static
Keys F9 = 298
F10 static
Keys F10 = 299
F11 static
Keys F11 = 300
F12 static
Keys F12 = 301
F13 static
Keys F13 = 302
F14 static
Keys F14 = 303
F15 static
Keys F15 = 304
F16 static
Keys F16 = 305
F17 static
Keys F17 = 306
F18 static
Keys F18 = 307
F19 static
Keys F19 = 308
F20 static
Keys F20 = 309
F21 static
Keys F21 = 310
F22 static
Keys F22 = 311
F23 static
Keys F23 = 312
F24 static
Keys F24 = 313
F25 static
Keys F25 = 314
KeyPad0 static
Keys KeyPad0 = 320
KeyPad1 static
Keys KeyPad1 = 321
KeyPad2 static
Keys KeyPad2 = 322
KeyPad3 static
Keys KeyPad3 = 323
KeyPad4 static
Keys KeyPad4 = 324
KeyPad5 static
Keys KeyPad5 = 325
KeyPad6 static
Keys KeyPad6 = 326
KeyPad7 static
Keys KeyPad7 = 327
KeyPad8 static
Keys KeyPad8 = 328
KeyPad9 static
Keys KeyPad9 = 329
KeyPadDecimal static
Keys KeyPadDecimal = 330
KeyPadDivide static
Keys KeyPadDivide = 331
KeyPadMultiply static
Keys KeyPadMultiply = 332
KeyPadSubtract static
Keys KeyPadSubtract = 333
KeyPadAdd static
Keys KeyPadAdd = 334
KeyPadEnter static
Keys KeyPadEnter = 335
KeyPadEqual static
Keys KeyPadEqual = 336
LeftShift static
Keys LeftShift = 340
LeftControl static
Keys LeftControl = 341
LeftAlt static
Keys LeftAlt = 342
LeftSuper static
Keys LeftSuper = 343
RightShift static
Keys RightShift = 344
RightControl static
Keys RightControl = 345
RightAlt static
Keys RightAlt = 346
RightSuper static
Keys RightSuper = 347
Menu static
Keys Menu = 348
LastKey static
Keys LastKey = 348