MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / FindWindowByID

Method FindWindowByID

KBotExt/imgui/imgui.cpp:5502–5506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5500}
5501
5502ImGuiWindow* ImGui::FindWindowByID(ImGuiID id)
5503{
5504 ImGuiContext& g = *GImGui;
5505 return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id);
5506}
5507
5508ImGuiWindow* ImGui::FindWindowByName(const char* name)
5509{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected