MCPcopy Create free account
hub / github.com/davemoore22/sorcery / draw_image

Method draw_image

src/core/ui.cpp:785–789  ·  view source on GitHub ↗

Wrapper for next function

Source from the content-addressed store, hash-verified

783 // ImGui::PopFont();
784
785 ImGui::Render();
786
787 _ctx.display->present(ImGui::GetDrawData());
788}
789
790auto Sorcery::UI::display(Enums::Screen screen, std::any payload) -> void {
791
792 // Store what we want to draw for next refresh

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected