MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DockSettingsHandler_ReadOpen

Method DockSettingsHandler_ReadOpen

imgui_tiny_app/imgui/imgui.cpp:21476–21481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21474}
21475
21476static void* ImGui::DockSettingsHandler_ReadOpen(ImGuiContext*, ImGuiSettingsHandler*, const char* name)
21477{
21478 if (strcmp(name, "Data") != 0)
21479 return NULL;
21480 return (void*)1;
21481}
21482
21483static void ImGui::DockSettingsHandler_ReadLine(ImGuiContext* ctx, ImGuiSettingsHandler*, void*, const char* line)
21484{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected