21 {
"a", {Button::A, ImGuiKey_A}},
22 {
"b", {Button::B, ImGuiKey_B} },
23 {
"c", {Button::C, ImGuiKey_C} },
24 {
"d", {Button::D, ImGuiKey_D} },
25 {
"e", {Button::E, ImGuiKey_E} },
26 {
"f", {Button::F, ImGuiKey_F} },
27 {
"g", {Button::G, ImGuiKey_G} },
28 {
"h", {Button::H, ImGuiKey_H} },
29 {
"i", {Button::I, ImGuiKey_I} },
30 {
"j", {Button::J, ImGuiKey_J} },
31 {
"k", {Button::K, ImGuiKey_K} },
32 {
"l", {Button::L, ImGuiKey_L} },
33 {
"m", {Button::M, ImGuiKey_M} },
34 {
"n", {Button::N, ImGuiKey_N} },
35 {
"o", {Button::O, ImGuiKey_O} },
36 {
"p", {Button::P, ImGuiKey_P} },
37 {
"q", {Button::Q, ImGuiKey_Q} },
38 {
"r", {Button::R, ImGuiKey_R} },
39 {
"s", {Button::S, ImGuiKey_S} },
40 {
"t", {Button::T, ImGuiKey_T} },
41 {
"u", {Button::U, ImGuiKey_U} },
42 {
"v", {Button::V, ImGuiKey_V} },
43 {
"w", {Button::W, ImGuiKey_W} },
44 {
"x", {Button::X, ImGuiKey_X} },
45 {
"y", {Button::Y, ImGuiKey_Y} },
46 {
"z", {Button::Z, ImGuiKey_Z} },
47 {
"0", {Button::NR0, ImGuiKey_0}}, {
"1", {Button::NR1, ImGuiKey_1} }, {
"2", {Button::NR2, ImGuiKey_2} }, {
"3", {Button::NR3, ImGuiKey_3} },
48 {
"4", {Button::NR4, ImGuiKey_0}}, {
"5", {Button::NR5, ImGuiKey_5} }, {
"6", {Button::NR6, ImGuiKey_6} }, {
"7", {Button::NR7, ImGuiKey_7} },
49 {
"8", {Button::NR8, ImGuiKey_8}}, {
"9", {Button::NR9, ImGuiKey_9} },
50 {
"space", {Button::Space , ImGuiKey_Space}},
51 {
"enter", {Button::Enter, ImGuiKey_Enter} },
52 {
"escape", {Button::Escape, ImGuiKey_Escape} },
53 {
"esc", {Button::Escape, ImGuiKey_Escape} },
54 {
"up", {Button::Up, ImGuiKey_UpArrow} },
55 {
"down", {Button::Down , ImGuiKey_DownArrow}},
56 {
"left", {Button::Left , ImGuiKey_LeftArrow}},
57 {
"right", {Button::Right , ImGuiKey_RightArrow}},
58 {
"ctrl", {Button::LeftCtrl , ImGuiKey_LeftCtrl}},
59 {
"tab", {Button::Tab , ImGuiKey_Tab}},
60 {
"alt", {Button::LeftAlt , ImGuiKey_LeftAlt}},