| 271 | #endif |
| 272 | |
| 273 | WindowContext(const sf::Window* w) : window(w), windowHasFocus(window->hasFocus()) |
| 274 | { |
| 275 | } |
| 276 | ~WindowContext() |
| 277 | { |
| 278 | ImGui::DestroyContext(imContext); |
nothing calls this directly
no outgoing calls
no test coverage detected