Browse Source

Demo: Comments (#346)

omar 8 năm trước cách đây
mục cha
commit
35186a1165
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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::SameLine(); ShowHelpMarker("User can right-click the inputs and override edit mode.");
             //ImGui::DragFloat("Width", &width, 1.0f, 1.0f, 999.0f);
             //ImGui::PushItemWidth(width);
             ImGuiColorEditFlags flags = alpha_preview_flags;