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

Method FindWindowByID

lib/imgui/imgui.cpp:4758–4762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4756}
4757
4758ImGuiWindow* ImGui::FindWindowByID(ImGuiID id)
4759{
4760 ImGuiContext& g = *GImGui;
4761 return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id);
4762}
4763
4764ImGuiWindow* ImGui::FindWindowByName(const char* name)
4765{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected