MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / FindWindowByName

Method FindWindowByName

Source/3rdParty/imgui/imgui.cpp:6618–6622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6616}
6617
6618ImGuiWindow* ImGui::FindWindowByName(const char* name)
6619{
6620 ImGuiID id = ImHashStr(name);
6621 return FindWindowByID(id);
6622}
6623
6624static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
6625{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected