MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / PushID

Method PushID

Dependencies/ImGui/src/imgui.cpp:9828–9834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9826}
9827
9828void ImGui::PushID(const char* str_id)
9829{
9830 ImGuiContext& g = *GImGui;
9831 ImGuiWindow* window = g.CurrentWindow;
9832 ImGuiID id = window->GetID(str_id);
9833 window->IDStack.push_back(id);
9834}
9835
9836void ImGui::PushID(const char* str_id_begin, const char* str_id_end)
9837{

Callers

nothing calls this directly

Calls 2

GetIDMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected