mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-12 10:11:00 +01:00
Tweak context menu example
This commit is contained in:
parent
90db64d4e3
commit
99ff45ad2e
@ -10617,7 +10617,7 @@ void ImGui::ShowTestWindow(bool* opened)
|
||||
}
|
||||
|
||||
static float value = 0.5f;
|
||||
ImGui::PushItemWidth(100); ImGui::DragFloat("Context Menu", &value); ImGui::PopItemWidth();
|
||||
ImGui::Text("Value = %.3f", value);
|
||||
if (ImGui::IsItemHovered() && ImGui::IsMouseClicked(1))
|
||||
ImGui::OpenPopup("context menu");
|
||||
ImGui::SameLine(); ImGui::Text("<-- right-click");
|
||||
|
Loading…
Reference in New Issue
Block a user