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

Method processRealTimeInfo

source/Gui/TemporalControlWindow.cpp:91–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void TemporalControlWindow::processRealTimeInfo()
92{
93 ImGui::Text("Real-time");
94
95 ImGui::PushFont(StyleRepository::get().getLargeFont());
96 ImGui::PushStyleColor(ImGuiCol_Text, Const::TextDecentColor);
97 ImGui::TextUnformatted(StringHelper::format(_simulationFacade->getRealTime()).c_str());
98 ImGui::PopStyleColor();
99 ImGui::PopFont();
100}
101
102void TemporalControlWindow::processTpsRestriction()
103{

Callers

nothing calls this directly

Calls 2

getLargeFontMethod · 0.80
getRealTimeMethod · 0.80

Tested by

no test coverage detected