MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / ~WindowSplash

Method ~WindowSplash

src/gui2/imhex_overrides/splash_window.cpp:102–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 WindowSplash::~WindowSplash() {
103 if (m_window == nullptr) {
104 ImGui::DestroyContext();
105 return;
106 }
107 // Clear textures before deinitializing glfw
108 m_splashBackgroundTexture.reset();
109
110 this->exitImGui();
111 this->exitGLFW();
112 }
113
114
115 static void centerWindow(GLFWwindow *window) {

Callers

nothing calls this directly

Calls 3

exitImGuiMethod · 0.95
exitGLFWMethod · 0.95
resetMethod · 0.45

Tested by

no test coverage detected