Skip to content

Commit

Permalink
Remove duplicate keymap entry
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryO authored Aug 6, 2020
1 parent 5fa5bb2 commit cf58cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/imgui_impl_x11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ bool ImGui_ImplX11_Init(xcb_connection_t *connection, xcb_drawable_t *win)
io.KeyMap[ImGuiKey_Enter] = XK_Return - 0xFF00;
io.KeyMap[ImGuiKey_Escape] = XK_Escape - 0xFF00;
io.KeyMap[ImGuiKey_KeyPadEnter] = XK_KP_Enter - 0xFF00;
io.KeyMap[ImGuiKey_Space] = XK_space;
io.KeyMap[ImGuiKey_A] = 'A';
io.KeyMap[ImGuiKey_C] = 'C';
io.KeyMap[ImGuiKey_V] = 'V';
Expand Down

0 comments on commit cf58cc5

Please sign in to comment.