mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 13:35:09 +00:00
parent
bcdc8bcc4b
commit
d6a5cc7934
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue