MCPcopy Create free account
hub / github.com/RenderKit/embree / FindWindowByName

Method FindWindowByName

tutorials/common/imgui/imgui.cpp:5630–5634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5628}
5629
5630ImGuiWindow* ImGui::FindWindowByName(const char* name)
5631{
5632 ImGuiID id = ImHashStr(name);
5633 return FindWindowByID(id);
5634}
5635
5636static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
5637{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected