MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / AddSettingsHandler

Method AddSettingsHandler

include/imgui/imgui.cpp:15538–15543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15536}
15537
15538void ImGui::AddSettingsHandler(const ImGuiSettingsHandler* handler)
15539{
15540 ImGuiContext& g = *GImGui;
15541 IM_ASSERT(FindSettingsHandler(handler->TypeName) == NULL);
15542 g.SettingsHandlers.push_back(*handler);
15543}
15544
15545void ImGui::RemoveSettingsHandler(const char* type_name)
15546{

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected