MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / FindWindowByName

Method FindWindowByName

plugins/Cardinal/src/DearImGui/imgui.cpp:5276–5280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5274}
5275
5276ImGuiWindow* ImGui::FindWindowByName(const char* name)
5277{
5278 ImGuiID id = ImHashStr(name);
5279 return FindWindowByID(id);
5280}
5281
5282static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
5283{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected