Enum KeyboardInput
- Namespace
- MohawkGame2D
- Assembly
- GAME 10003 Game Development Foundations - 2D Game Template.dll
Defines keyboard keys.
public enum KeyboardInput
Fields
A = 65Apostrophe = 39B = 66Back = 4Backslash = 92Backspace = 259C = 67CapsLock = 280Comma = 44D = 68Delete = 261Down = 264E = 69Eight = 56End = 269Enter = 257Equal = 61Escape = 256F = 70F1 = 290F10 = 299F11 = 300F12 = 301F2 = 291F3 = 292F4 = 293F5 = 294F6 = 295F7 = 296F8 = 297F9 = 298Five = 53Four = 52G = 71Grave = 96H = 72Home = 268I = 73Insert = 260J = 74K = 75KeyboardMenu = 348Kp0 = 320Kp1 = 321Kp2 = 322Kp3 = 323Kp4 = 324Kp5 = 325Kp6 = 326Kp7 = 327Kp8 = 328Kp9 = 329KpAdd = 334KpDecimal = 330KpDivide = 331KpEnter = 335KpEqual = 336KpMultiply = 332KpSubtract = 333L = 76Left = 263LeftAlt = 342LeftBracket = 91LeftControl = 341LeftShift = 340LeftSuper = 343M = 77Menu = 82Minus = 45N = 78Nine = 57Null = 0Used for no key pressed.
NumLock = 282O = 79One = 49P = 80PageDown = 267PageUp = 266Pause = 284Period = 46PrintScreen = 283Q = 81R = 82Right = 262RightAlt = 346RightBracket = 93RightControl = 345RightShift = 344RightSuper = 347S = 83ScrollLock = 281Semicolon = 59Seven = 55Six = 54Slash = 47Space = 32T = 84Tab = 258Three = 51Two = 50U = 85Up = 265V = 86VolumeDown = 25VolumeUp = 24W = 87X = 88Y = 89Z = 90Zero = 48
Remarks
Wrapper around Raylib's KeyboardKey