omar 8 роки тому
батько
коміт
35186a1165
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      imgui_demo.cpp

+ 1 - 0
imgui_demo.cpp

@@ -706,6 +706,7 @@ void ImGui::ShowTestWindow(bool* p_open)
                 }
                 }
             }
             }
             ImGui::Combo("Mode", &inputs_mode, "All Inputs\0No Inputs\0RGB Input\0HSV Input\0HEX Input\0");
             ImGui::Combo("Mode", &inputs_mode, "All Inputs\0No Inputs\0RGB Input\0HSV Input\0HEX Input\0");
+            ImGui::SameLine(); ShowHelpMarker("User can right-click the inputs and override edit mode.");
             //ImGui::DragFloat("Width", &width, 1.0f, 1.0f, 999.0f);
             //ImGui::DragFloat("Width", &width, 1.0f, 1.0f, 999.0f);
             //ImGui::PushItemWidth(width);
             //ImGui::PushItemWidth(width);
             ImGuiColorEditFlags flags = alpha_preview_flags;
             ImGuiColorEditFlags flags = alpha_preview_flags;