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

Method processStatusBar

source/Gui/SimulationParametersMainWindow.cpp:285–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void SimulationParametersMainWindow::processStatusBar()
286{
287 std::vector<std::string> statusItems;
288 statusItems.emplace_back("CTRL + click on a slider to type in a precise value");
289
290 AlienImGui::StatusBar(statusItems);
291}
292
293void SimulationParametersMainWindow::processLocationTable()
294{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected