MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / FindOrCreateWindowSettings

Method FindOrCreateWindowSettings

lib/imgui/imgui.cpp:9491–9496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9489}
9490
9491ImGuiWindowSettings* ImGui::FindOrCreateWindowSettings(const char* name)
9492{
9493 if (ImGuiWindowSettings* settings = FindWindowSettings(ImHashStr(name)))
9494 return settings;
9495 return CreateNewWindowSettings(name);
9496}
9497
9498void ImGui::LoadIniSettingsFromDisk(const char* ini_filename)
9499{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected