| 938 | } |
| 939 | |
| 940 | void Window::EndRender(DrawingContext& context) |
| 941 | { |
| 942 | if (rendering_) { |
| 943 | EndDrawingWindow(); |
| 944 | ImGui::End(); |
| 945 | context.PopScaling(); |
| 946 | rendering_ = false; |
| 947 | } |
| 948 | } |
| 949 | |
| 950 | lua::ImguiHandle Window::AddMainMenu() |
| 951 | { |
nothing calls this directly
no test coverage detected