MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / FindWindowByName

Method FindWindowByName

Dependencies/ImGui/src/imgui.cpp:6883–6887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6881}
6882
6883ImGuiWindow* ImGui::FindWindowByName(const char* name)
6884{
6885 ImGuiID id = ImHashStr(name);
6886 return FindWindowByID(id);
6887}
6888
6889static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
6890{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected