MCPcopy Create free account
hub / github.com/AlexandreRouma/SDRPlusPlus / FindWindowByName

Method FindWindowByName

core/src/imgui/imgui.cpp:5110–5114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5108}
5109
5110ImGuiWindow* ImGui::FindWindowByName(const char* name)
5111{
5112 ImGuiID id = ImHashStr(name);
5113 return FindWindowByID(id);
5114}
5115
5116static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
5117{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected