MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / FindWindowByID

Method FindWindowByID

3rdparty/imgui/src/imgui.cpp:6635–6639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6633}
6634
6635ImGuiWindow* ImGui::FindWindowByID(ImGuiID id)
6636{
6637 ImGuiContext& g = *GImGui;
6638 return (ImGuiWindow*)g.WindowsById.GetVoidPtr(id);
6639}
6640
6641ImGuiWindow* ImGui::FindWindowByName(const char* name)
6642{

Callers

nothing calls this directly

Calls 1

GetVoidPtrMethod · 0.80

Tested by

no test coverage detected