MCPcopy Create free account
hub / github.com/chrxh/alien / drawItemText

Method drawItemText

source/Gui/GettingStartedWindow.cpp:474–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void GettingStartedWindow::drawItemText(std::string const& text)
475{
476 ImGui::Text(ICON_FA_CHEVRON_RIGHT);
477 ImGui::SameLine();
478 AlienImGui::Text(text);
479}
480
481void GettingStartedWindow::drawParagraph(std::string const& text)
482{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected