| 283 | } |
| 284 | |
| 285 | void 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 | |
| 293 | void SimulationParametersMainWindow::processLocationTable() |
| 294 | { |
nothing calls this directly
no outgoing calls
no test coverage detected