Table of Contents

Enum KeyboardInput

Namespace
MohawkGame2D
Assembly
GAME 10003 Game Development Foundations - 2D Game Template.dll

Defines keyboard keys.

public enum KeyboardInput

Fields

A = 65
Apostrophe = 39
B = 66
Back = 4
Backslash = 92
Backspace = 259
C = 67
CapsLock = 280
Comma = 44
D = 68
Delete = 261
Down = 264
E = 69
Eight = 56
End = 269
Enter = 257
Equal = 61
Escape = 256
F = 70
F1 = 290
F10 = 299
F11 = 300
F12 = 301
F2 = 291
F3 = 292
F4 = 293
F5 = 294
F6 = 295
F7 = 296
F8 = 297
F9 = 298
Five = 53
Four = 52
G = 71
Grave = 96
H = 72
Home = 268
I = 73
Insert = 260
J = 74
K = 75
KeyboardMenu = 348
Kp0 = 320
Kp1 = 321
Kp2 = 322
Kp3 = 323
Kp4 = 324
Kp5 = 325
Kp6 = 326
Kp7 = 327
Kp8 = 328
Kp9 = 329
KpAdd = 334
KpDecimal = 330
KpDivide = 331
KpEnter = 335
KpEqual = 336
KpMultiply = 332
KpSubtract = 333
L = 76
Left = 263
LeftAlt = 342
LeftBracket = 91
LeftControl = 341
LeftShift = 340
LeftSuper = 343
M = 77
Menu = 82
Minus = 45
N = 78
Nine = 57
Null = 0

Used for no key pressed.

NumLock = 282
O = 79
One = 49
P = 80
PageDown = 267
PageUp = 266
Pause = 284
Period = 46
PrintScreen = 283
Q = 81
R = 82
Right = 262
RightAlt = 346
RightBracket = 93
RightControl = 345
RightShift = 344
RightSuper = 347
S = 83
ScrollLock = 281
Semicolon = 59
Seven = 55
Six = 54
Slash = 47
Space = 32
T = 84
Tab = 258
Three = 51
Two = 50
U = 85
Up = 265
V = 86
VolumeDown = 25
VolumeUp = 24
W = 87
X = 88
Y = 89
Z = 90
Zero = 48

Remarks

Wrapper around Raylib's KeyboardKey