MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / FindWindowByName

Method FindWindowByName

extern/imgui/imgui.cpp:5965–5969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5963}
5964
5965ImGuiWindow* ImGui::FindWindowByName(const char* name)
5966{
5967 ImGuiID id = ImHashStr(name);
5968 return FindWindowByID(id);
5969}
5970
5971static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings* settings)
5972{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected