| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected