MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / FindWindowByName

Method FindWindowByName

lib/imgui/imgui.cpp:4764–4768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4762}
4763
4764ImGuiWindow* ImGui::FindWindowByName(const char* name)
4765{
4766 ImGuiID id = ImHashStr(name);
4767 return FindWindowByID(id);
4768}
4769
4770static ImGuiWindow* CreateNewWindow(const char* name, ImVec2 size, ImGuiWindowFlags flags)
4771{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected