MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / PushID

Method PushID

lib/imgui/imgui.cpp:6942–6946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6940}
6941
6942void ImGui::PushID(const char* str_id)
6943{
6944 ImGuiWindow* window = GImGui->CurrentWindow;
6945 window->IDStack.push_back(window->GetIDNoKeepAlive(str_id));
6946}
6947
6948void ImGui::PushID(const char* str_id_begin, const char* str_id_end)
6949{

Callers

nothing calls this directly

Calls 2

GetIDNoKeepAliveMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected