MCPcopy Create free account
hub / github.com/Norbyte/bg3se / Clear

Method Clear

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:1762–1771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760}
1761
1762void IMGUIObjectManager::Clear()
1763{
1764 for (auto window : windows_) {
1765 DestroyRenderable(window);
1766 }
1767
1768 for (auto& pool : pools_) {
1769 pool->Clear();
1770 }
1771}
1772
1773IMGUIManager::IMGUIManager(SDLManager& sdl)
1774 : sdl_(sdl)

Callers 1

UpdateStyleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected