MCPcopy Create free account
hub / github.com/cinder/Cinder / FindWindowByName

Method FindWindowByName

src/imgui/imgui.cpp:6445–6449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6443}
6444
6445ImGuiWindow* ImGui::FindWindowByName(const char* name)
6446{
6447 ImGuiID id = ImHashStr(name);
6448 return FindWindowByID(id);
6449}
6450
6451static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
6452{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected