MCPcopy Create free account
hub / github.com/RenderKit/embree / FindWindowByID

Method FindWindowByID

tutorials/common/imgui/imgui.cpp:5624–5628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5622}
5623
5624ImGuiWindow* ImGui::FindWindowByID(ImGuiID id)
5625{
5626 ImGuiContext& g = *GImGui;
5627 return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id);
5628}
5629
5630ImGuiWindow* ImGui::FindWindowByName(const char* name)
5631{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected