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

Method WindowContext

imgui-SFML.cpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271#endif
272
273 WindowContext(const sf::Window* w) : window(w), windowHasFocus(window->hasFocus())
274 {
275 }
276 ~WindowContext()
277 {
278 ImGui::DestroyContext(imContext);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected