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

Method FindWindowByName

Dependencies/ImGui/src/imgui.cpp:6511–6515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6509}
6510
6511ImGuiWindow* ImGui::FindWindowByName(const char* name)
6512{
6513 ImGuiID id = ImHashStr(name);
6514 return FindWindowByID(id);
6515}
6516
6517static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
6518{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected