| enum | Faith::Key {
Faith::Key_Unknown = 0,
Faith::Key_F1 = 0x1011,
Faith::Key_F2 = 0x1012,
Faith::Key_F3 = 0x1013,
Faith::Key_F4 = 0x1014,
Faith::Key_F5 = 0x1015,
Faith::Key_F6 = 0x1016,
Faith::Key_F7 = 0x1017,
Faith::Key_F8 = 0x1018,
Faith::Key_F9 = 0x1019,
Faith::Key_F10 = 0x101a,
Faith::Key_F11 = 0x101b,
Faith::Key_F12 = 0x101c,
Faith::Key_F13 = 0x101d,
Faith::Key_F14 = 0x101e,
Faith::Key_F15 = 0x101f,
Faith::Key_Home = 0x10a0,
Faith::Key_Left = 0x10a1,
Faith::Key_Up = 0x10a2,
Faith::Key_Right = 0x10a3,
Faith::Key_Down = 0x10a4,
Faith::Key_PageUp = 0x10a5,
Faith::Key_PageDown = 0x10a6,
Faith::Key_End = 0x10a7,
Faith::Key_Backspace = 0x08,
Faith::Key_Tab = 0x09,
Faith::Key_Return = 0x0d,
Faith::Key_Delete = 0x10,
Faith::Key_Escape = 0x1b,
Faith::Key_Space = 0x20,
Faith::Key_Exclam = 0x21,
Faith::Key_Quotes = 0x22,
Faith::Key_Hash = 0x23,
Faith::Key_Dollar = 0x24,
Faith::Key_Percent = 0x25,
Faith::Key_Ampersand = 0x26,
Faith::Key_SingleQuote = 0x27,
Faith::Key_OpenParen = 0x28,
Faith::Key_CloseParen = 0x29,
Faith::Key_Star = 0x2A,
Faith::Key_Plus = 0x2B,
Faith::Key_Comma = 0x2C,
Faith::Key_Minus = 0x2D,
Faith::Key_Period = 0x2E,
Faith::Key_ForwardSlash = 0x2F,
Faith::Key_0 = 0x30,
Faith::Key_1 = 0x31,
Faith::Key_2 = 0x32,
Faith::Key_3 = 0x33,
Faith::Key_4 = 0x34,
Faith::Key_5 = 0x35,
Faith::Key_6 = 0x36,
Faith::Key_7 = 0x37,
Faith::Key_8 = 0x38,
Faith::Key_9 = 0x39,
Faith::Key_Colon = 0x3a,
Faith::Key_Semicolon = 0x3b,
Faith::Key_OpenAngle = 0x3c,
Faith::Key_Equals = 0x3d,
Faith::Key_CloseAngle = 0x3e,
Faith::Key_Question = 0x3f,
Faith::Key_At = 0x40,
Faith::Key_A = 0x41,
Faith::Key_B = 0x42,
Faith::Key_C = 0x43,
Faith::Key_D = 0x44,
Faith::Key_E = 0x45,
Faith::Key_F = 0x46,
Faith::Key_G = 0x47,
Faith::Key_H = 0x48,
Faith::Key_I = 0x49,
Faith::Key_J = 0x4a,
Faith::Key_K = 0x4b,
Faith::Key_L = 0x4c,
Faith::Key_M = 0x4d,
Faith::Key_N = 0x4e,
Faith::Key_O = 0x4f,
Faith::Key_P = 0x50,
Faith::Key_Q = 0x51,
Faith::Key_R = 0x52,
Faith::Key_S = 0x53,
Faith::Key_T = 0x54,
Faith::Key_U = 0x55,
Faith::Key_V = 0x56,
Faith::Key_W = 0x57,
Faith::Key_X = 0x58,
Faith::Key_Y = 0x59,
Faith::Key_Z = 0x5a,
Faith::Key_OpenSquare = 0x5b,
Faith::Key_Backslash = 0x5c,
Faith::Key_CloseSquare = 0x5d,
Faith::Key_Carat = 0x5e,
Faith::Key_Backtick = 0x60,
Faith::Key_a = 0x61,
Faith::Key_b = 0x62,
Faith::Key_c = 0x63,
Faith::Key_d = 0x64,
Faith::Key_e = 0x65,
Faith::Key_f = 0x66,
Faith::Key_g = 0x67,
Faith::Key_h = 0x68,
Faith::Key_i = 0x69,
Faith::Key_j = 0x6a,
Faith::Key_k = 0x6b,
Faith::Key_l = 0x6c,
Faith::Key_m = 0x6d,
Faith::Key_n = 0x6e,
Faith::Key_o = 0x6f,
Faith::Key_p = 0x70,
Faith::Key_q = 0x71,
Faith::Key_r = 0x72,
Faith::Key_s = 0x73,
Faith::Key_t = 0x74,
Faith::Key_u = 0x75,
Faith::Key_v = 0x76,
Faith::Key_w = 0x77,
Faith::Key_x = 0x78,
Faith::Key_y = 0x79,
Faith::Key_z = 0x7a,
Faith::Key_CurlyOpen = 0x7b,
Faith::Key_Pipe = 0x7c,
Faith::Key_CurlyClose = 0x7d,
Faith::Key_Tilde = 0x7e
} |