MCPcopy Create free account
hub / github.com/SFML/imgui-sfml / ~WindowContext

Method ~WindowContext

imgui-SFML.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 {
275 }
276 ~WindowContext()
277 {
278 ImGui::DestroyContext(imContext);
279 }
280
281 WindowContext(const WindowContext&) = delete; // non construction-copyable
282 WindowContext& operator=(const WindowContext&) = delete; // non copyable

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected