We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fa5bb2 commit cf58cc5Copy full SHA for cf58cc5
examples/imgui_impl_x11.cpp
@@ -91,7 +91,6 @@ bool ImGui_ImplX11_Init(xcb_connection_t *connection, xcb_drawable_t *win)
91
io.KeyMap[ImGuiKey_Enter] = XK_Return - 0xFF00;
92
io.KeyMap[ImGuiKey_Escape] = XK_Escape - 0xFF00;
93
io.KeyMap[ImGuiKey_KeyPadEnter] = XK_KP_Enter - 0xFF00;
94
- io.KeyMap[ImGuiKey_Space] = XK_space;
95
io.KeyMap[ImGuiKey_A] = 'A';
96
io.KeyMap[ImGuiKey_C] = 'C';
97
io.KeyMap[ImGuiKey_V] = 'V';
0 commit comments