MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / OpenPopup

Method OpenPopup

extern/imgui/imgui.cpp:10529–10535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10527}
10528
10529void ImGui::OpenPopup(const char* str_id, ImGuiPopupFlags popup_flags)
10530{
10531 ImGuiContext& g = *GImGui;
10532 ImGuiID id = g.CurrentWindow->GetID(str_id);
10533 IMGUI_DEBUG_LOG_POPUP("[popup] OpenPopup(\"%s\" -> 0x%08X\n", str_id, id);
10534 OpenPopupEx(id, popup_flags);
10535}
10536
10537void ImGui::OpenPopup(ImGuiID id, ImGuiPopupFlags popup_flags)
10538{

Callers

nothing calls this directly

Calls 1

GetIDMethod · 0.80

Tested by

no test coverage detected