MCPcopy Create free account
hub / github.com/cinder/Cinder / FindWindowByID

Method FindWindowByID

src/imgui/imgui.cpp:6439–6443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6437}
6438
6439ImGuiWindow* ImGui::FindWindowByID(ImGuiID id)
6440{
6441 ImGuiContext& g = *GImGui;
6442 return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id);
6443}
6444
6445ImGuiWindow* ImGui::FindWindowByName(const char* name)
6446{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected