| 464 | } |
| 465 | |
| 466 | void Handler::trackSimControlPanel(Lattice::Simulation& simulation) { |
| 467 | track(AppSignals::UI::StepPhysics.connect([&]() { |
| 468 | applySmoothResizeStep(simulation); |
| 469 | simulation.update(); |
| 470 | })); |
| 471 | } |
| 472 | |
| 473 | Handler::Handler(GLFWwindow* window, CaptureController& captureController, Lattice::Simulation& simulation, SceneViewport& renderer, UiState& uiState) { |
| 474 | trackIOPanel(captureController, uiState, simulation, renderer); |