MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / FindWindowByName

Method FindWindowByName

KBotExt/imgui/imgui.cpp:5508–5512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5506}
5507
5508ImGuiWindow* ImGui::FindWindowByName(const char* name)
5509{
5510 ImGuiID id = ImHashStr(name);
5511 return FindWindowByID(id);
5512}
5513
5514static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
5515{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected