Wrapper for next function
| 783 | // ImGui::PopFont(); |
| 784 | |
| 785 | ImGui::Render(); |
| 786 | |
| 787 | _ctx.display->present(ImGui::GetDrawData()); |
| 788 | } |
| 789 | |
| 790 | auto Sorcery::UI::display(Enums::Screen screen, std::any payload) -> void { |
| 791 | |
| 792 | // Store what we want to draw for next refresh |
nothing calls this directly
no outgoing calls
no test coverage detected