Skip to content

Commit

Permalink
Metrics: hotfix (fix 6ba1334 + f08566b, #4005)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Apr 7, 2021
1 parent bcdc8bc commit d6a5cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11116,7 +11116,7 @@ void ImGui::ShowMetricsWindow(bool* p_open)
// Misc Details
if (TreeNode("Internal state"))
{
const char* input_source_names[] = { "None", "Mouse", "Nav", "NavKeyboard", "NavGamepad" }; IM_ASSERT(IM_ARRAYSIZE(input_source_names) == ImGuiInputSource_COUNT);
const char* input_source_names[] = { "None", "Mouse", "Keyboard", "Gamepad", "Nav", "Clipboard" }; IM_ASSERT(IM_ARRAYSIZE(input_source_names) == ImGuiInputSource_COUNT);

Text("WINDOWING");
Indent();
Expand Down

0 comments on commit d6a5cc7

Please sign in to comment.