MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / FindWindowByID

Method FindWindowByID

extern/imgui/imgui.cpp:5959–5963  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5957}
5958
5959ImGuiWindow* ImGui::FindWindowByID(ImGuiID id)
5960{
5961 ImGuiContext& g = *GImGui;
5962 return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id);
5963}
5964
5965ImGuiWindow* ImGui::FindWindowByName(const char* name)
5966{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected