MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / draw

Function draw

TheForceEngine/TFE_Ui/markdown.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void draw(const char* text)
64 {
65 ImGui::PushFont(s_baseFont);
66 ImGui::Markdown(text, strlen(text), s_mdConfig);
67 ImGui::PopFont();
68 }
69
70 void registerLocalLinkCB(LocalLinkCallback cb)
71 {

Callers 3

mainFunction · 0.50
drawMethod · 0.50
drawMethod · 0.50

Calls 1

MarkdownFunction · 0.85

Tested by

no test coverage detected