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

Method PushID

extern/imgui/imgui.cpp:8432–8438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8430}
8431
8432void ImGui::PushID(const char* str_id)
8433{
8434 ImGuiContext& g = *GImGui;
8435 ImGuiWindow* window = g.CurrentWindow;
8436 ImGuiID id = window->GetID(str_id);
8437 window->IDStack.push_back(id);
8438}
8439
8440void ImGui::PushID(const char* str_id_begin, const char* str_id_end)
8441{

Callers

nothing calls this directly

Calls 2

GetIDMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected