Skip to content

Commit cf58cc5

Browse files
authored
Remove duplicate keymap entry
1 parent 5fa5bb2 commit cf58cc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/imgui_impl_x11.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ bool ImGui_ImplX11_Init(xcb_connection_t *connection, xcb_drawable_t *win)
9191
io.KeyMap[ImGuiKey_Enter] = XK_Return - 0xFF00;
9292
io.KeyMap[ImGuiKey_Escape] = XK_Escape - 0xFF00;
9393
io.KeyMap[ImGuiKey_KeyPadEnter] = XK_KP_Enter - 0xFF00;
94-
io.KeyMap[ImGuiKey_Space] = XK_space;
9594
io.KeyMap[ImGuiKey_A] = 'A';
9695
io.KeyMap[ImGuiKey_C] = 'C';
9796
io.KeyMap[ImGuiKey_V] = 'V';

0 commit comments

Comments
 (0)