// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.KeyCode

namespace UnityEngine
{
public class KeyCode // TypeDefIndex: 8766
{
	// Fields
	type#20890 value__;
	type#21561 None;
	type#21561 Backspace;
	type#21561 Delete;
	type#21561 Tab;
	type#21561 Clear;
	type#21561 Return;
	type#21561 Pause;
	type#21561 Escape;
	type#21561 Space;
	type#21561 Keypad0;
	type#21561 Keypad1;
	type#21561 Keypad2;
	type#21561 Keypad3;
	type#21561 Keypad4;
	type#21561 Keypad5;
	type#21561 Keypad6;
	type#21561 Keypad7;
	type#21561 Keypad8;
	type#21561 Keypad9;
	type#21561 KeypadPeriod;
	type#21561 KeypadDivide;
	type#21561 KeypadMultiply;
	type#21561 KeypadMinus;
	type#21561 KeypadPlus;
	type#21561 KeypadEnter;
	type#21561 KeypadEquals;
	type#21561 UpArrow;
	type#21561 DownArrow;
	type#21561 RightArrow;
	type#21561 LeftArrow;
	type#21561 Insert;
	type#21561 Home;
	type#21561 End;
	type#21561 PageUp;
	type#21561 PageDown;
	type#21561 F1;
	type#21561 F2;
	type#21561 F3;
	type#21561 F4;
	type#21561 F5;
	type#21561 F6;
	type#21561 F7;
	type#21561 F8;
	type#21561 F9;
	type#21561 F10;
	type#21561 F11;
	type#21561 F12;
	type#21561 F13;
	type#21561 F14;
	type#21561 F15;
	type#21561 Alpha0;
	type#21561 Alpha1;
	type#21561 Alpha2;
	type#21561 Alpha3;
	type#21561 Alpha4;
	type#21561 Alpha5;
	type#21561 Alpha6;
	type#21561 Alpha7;
	type#21561 Alpha8;
	type#21561 Alpha9;
	type#21561 Exclaim;
	type#21561 DoubleQuote;
	type#21561 Hash;
	type#21561 Dollar;
	type#21561 Percent;
	type#21561 Ampersand;
	type#21561 Quote;
	type#21561 LeftParen;
	type#21561 RightParen;
	type#21561 Asterisk;
	type#21561 Plus;
	type#21561 Comma;
	type#21561 Minus;
	type#21561 Period;
	type#21561 Slash;
	type#21561 Colon;
	type#21561 Semicolon;
	type#21561 Less;
	type#21561 Equals;
	type#21561 Greater;
	type#21561 Question;
	type#21561 At;
	type#21561 LeftBracket;
	type#21561 Backslash;
	type#21561 RightBracket;
	type#21561 Caret;
	type#21561 Underscore;
	type#21561 BackQuote;
	type#21561 A;
	type#21561 B;
	type#21561 C;
	type#21561 D;
	type#21561 E;
	type#21561 F;
	type#21561 G;
	type#21561 H;
	type#21561 I;
	type#21561 J;
	type#21561 K;
	type#21561 L;
	type#21561 M;
	type#21561 N;
	type#21561 O;
	type#21561 P;
	type#21561 Q;
	type#21561 R;
	type#21561 S;
	type#21561 T;
	type#21561 U;
	type#21561 V;
	type#21561 W;
	type#21561 X;
	type#21561 Y;
	type#21561 Z;
	type#21561 LeftCurlyBracket;
	type#21561 Pipe;
	type#21561 RightCurlyBracket;
	type#21561 Tilde;
	type#21561 Numlock;
	type#21561 CapsLock;
	type#21561 ScrollLock;
	type#21561 RightShift;
	type#21561 LeftShift;
	type#21561 RightControl;
	type#21561 LeftControl;
	type#21561 RightAlt;
	type#21561 LeftAlt;
	type#21561 LeftMeta;
	type#21561 LeftCommand;
	type#21561 LeftApple;
	type#21561 LeftWindows;
	type#21561 RightMeta;
	type#21561 RightCommand;
	type#21561 RightApple;
	type#21561 RightWindows;
	type#21561 AltGr;
	type#21561 Help;
	type#21561 Print;
	type#21561 SysReq;
	type#21561 Break;
	type#21561 Menu;
	type#21561 WheelUp;
	type#21561 WheelDown;
	type#21561 F16;
	type#21561 F17;
	type#21561 F18;
	type#21561 F19;
	type#21561 F20;
	type#21561 F21;
	type#21561 F22;
	type#21561 F23;
	type#21561 F24;
	type#21561 Mouse0;
	type#21561 Mouse1;
	type#21561 Mouse2;
	type#21561 Mouse3;
	type#21561 Mouse4;
	type#21561 Mouse5;
	type#21561 Mouse6;
	type#21561 JoystickButton0;
	type#21561 JoystickButton1;
	type#21561 JoystickButton2;
	type#21561 JoystickButton3;
	type#21561 JoystickButton4;
	type#21561 JoystickButton5;
	type#21561 JoystickButton6;
	type#21561 JoystickButton7;
	type#21561 JoystickButton8;
	type#21561 JoystickButton9;
	type#21561 JoystickButton10;
	type#21561 JoystickButton11;
	type#21561 JoystickButton12;
	type#21561 JoystickButton13;
	type#21561 JoystickButton14;
	type#21561 JoystickButton15;
	type#21561 JoystickButton16;
	type#21561 JoystickButton17;
	type#21561 JoystickButton18;
	type#21561 JoystickButton19;
	type#21561 Joystick1Button0;
	type#21561 Joystick1Button1;
	type#21561 Joystick1Button2;
	type#21561 Joystick1Button3;
	type#21561 Joystick1Button4;
	type#21561 Joystick1Button5;
	type#21561 Joystick1Button6;
	type#21561 Joystick1Button7;
	type#21561 Joystick1Button8;
	type#21561 Joystick1Button9;
	type#21561 Joystick1Button10;
	type#21561 Joystick1Button11;
	type#21561 Joystick1Button12;
	type#21561 Joystick1Button13;
	type#21561 Joystick1Button14;
	type#21561 Joystick1Button15;
	type#21561 Joystick1Button16;
	type#21561 Joystick1Button17;
	type#21561 Joystick1Button18;
	type#21561 Joystick1Button19;
	type#21561 Joystick2Button0;
	type#21561 Joystick2Button1;
	type#21561 Joystick2Button2;
	type#21561 Joystick2Button3;
	type#21561 Joystick2Button4;
	type#21561 Joystick2Button5;
	type#21561 Joystick2Button6;
	type#21561 Joystick2Button7;
	type#21561 Joystick2Button8;
	type#21561 Joystick2Button9;
	type#21561 Joystick2Button10;
	type#21561 Joystick2Button11;
	type#21561 Joystick2Button12;
	type#21561 Joystick2Button13;
	type#21561 Joystick2Button14;
	type#21561 Joystick2Button15;
	type#21561 Joystick2Button16;
	type#21561 Joystick2Button17;
	type#21561 Joystick2Button18;
	type#21561 Joystick2Button19;
	type#21561 Joystick3Button0;
	type#21561 Joystick3Button1;
	type#21561 Joystick3Button2;
	type#21561 Joystick3Button3;
	type#21561 Joystick3Button4;
	type#21561 Joystick3Button5;
	type#21561 Joystick3Button6;
	type#21561 Joystick3Button7;
	type#21561 Joystick3Button8;
	type#21561 Joystick3Button9;
	type#21561 Joystick3Button10;
	type#21561 Joystick3Button11;
	type#21561 Joystick3Button12;
	type#21561 Joystick3Button13;
	type#21561 Joystick3Button14;
	type#21561 Joystick3Button15;
	type#21561 Joystick3Button16;
	type#21561 Joystick3Button17;
	type#21561 Joystick3Button18;
	type#21561 Joystick3Button19;
	type#21561 Joystick4Button0;
	type#21561 Joystick4Button1;
	type#21561 Joystick4Button2;
	type#21561 Joystick4Button3;
	type#21561 Joystick4Button4;
	type#21561 Joystick4Button5;
	type#21561 Joystick4Button6;
	type#21561 Joystick4Button7;
	type#21561 Joystick4Button8;
	type#21561 Joystick4Button9;
	type#21561 Joystick4Button10;
	type#21561 Joystick4Button11;
	type#21561 Joystick4Button12;
	type#21561 Joystick4Button13;
	type#21561 Joystick4Button14;
	type#21561 Joystick4Button15;
	type#21561 Joystick4Button16;
	type#21561 Joystick4Button17;
	type#21561 Joystick4Button18;
	type#21561 Joystick4Button19;
	type#21561 Joystick5Button0;
	type#21561 Joystick5Button1;
	type#21561 Joystick5Button2;
	type#21561 Joystick5Button3;
	type#21561 Joystick5Button4;
	type#21561 Joystick5Button5;
	type#21561 Joystick5Button6;
	type#21561 Joystick5Button7;
	type#21561 Joystick5Button8;
	type#21561 Joystick5Button9;
	type#21561 Joystick5Button10;
	type#21561 Joystick5Button11;
	type#21561 Joystick5Button12;
	type#21561 Joystick5Button13;
	type#21561 Joystick5Button14;
	type#21561 Joystick5Button15;
	type#21561 Joystick5Button16;
	type#21561 Joystick5Button17;
	type#21561 Joystick5Button18;
	type#21561 Joystick5Button19;
	type#21561 Joystick6Button0;
	type#21561 Joystick6Button1;
	type#21561 Joystick6Button2;
	type#21561 Joystick6Button3;
	type#21561 Joystick6Button4;
	type#21561 Joystick6Button5;
	type#21561 Joystick6Button6;
	type#21561 Joystick6Button7;
	type#21561 Joystick6Button8;
	type#21561 Joystick6Button9;
	type#21561 Joystick6Button10;
	type#21561 Joystick6Button11;
	type#21561 Joystick6Button12;
	type#21561 Joystick6Button13;
	type#21561 Joystick6Button14;
	type#21561 Joystick6Button15;
	type#21561 Joystick6Button16;
	type#21561 Joystick6Button17;
	type#21561 Joystick6Button18;
	type#21561 Joystick6Button19;
	type#21561 Joystick7Button0;
	type#21561 Joystick7Button1;
	type#21561 Joystick7Button2;
	type#21561 Joystick7Button3;
	type#21561 Joystick7Button4;
	type#21561 Joystick7Button5;
	type#21561 Joystick7Button6;
	type#21561 Joystick7Button7;
	type#21561 Joystick7Button8;
	type#21561 Joystick7Button9;
	type#21561 Joystick7Button10;
	type#21561 Joystick7Button11;
	type#21561 Joystick7Button12;
	type#21561 Joystick7Button13;
	type#21561 Joystick7Button14;
	type#21561 Joystick7Button15;
	type#21561 Joystick7Button16;
	type#21561 Joystick7Button17;
	type#21561 Joystick7Button18;
	type#21561 Joystick7Button19;
	type#21561 Joystick8Button0;
	type#21561 Joystick8Button1;
	type#21561 Joystick8Button2;
	type#21561 Joystick8Button3;
	type#21561 Joystick8Button4;
	type#21561 Joystick8Button5;
	type#21561 Joystick8Button6;
	type#21561 Joystick8Button7;
	type#21561 Joystick8Button8;
	type#21561 Joystick8Button9;
	type#21561 Joystick8Button10;
	type#21561 Joystick8Button11;
	type#21561 Joystick8Button12;
	type#21561 Joystick8Button13;
	type#21561 Joystick8Button14;
	type#21561 Joystick8Button15;
	type#21561 Joystick8Button16;
	type#21561 Joystick8Button17;
	type#21561 Joystick8Button18;
	type#21561 Joystick8Button19;
}
}
