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

Function WindowSettingsHandler_ReadOpen

lib/imgui/imgui.cpp:9607–9613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9605}
9606
9607static void* WindowSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name)
9608{
9609 ImGuiWindowSettings* settings = ImGui::FindWindowSettings(ImHashStr(name));
9610 if (!settings)
9611 settings = ImGui::CreateNewWindowSettings(name);
9612 return (void*)settings;
9613}
9614
9615static void WindowSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHandler*, void* entry, const char* line)
9616{

Callers

nothing calls this directly

Calls 1

ImHashStrFunction · 0.85

Tested by

no test coverage detected