| 471 | } |
| 472 | |
| 473 | Handler::Handler(GLFWwindow* window, CaptureController& captureController, Lattice::Simulation& simulation, SceneViewport& renderer, UiState& uiState) { |
| 474 | trackIOPanel(captureController, uiState, simulation, renderer); |
| 475 | trackToolsPanel(simulation, renderer); |
| 476 | trackSettingsPanel(window); |
| 477 | trackSimControlPanel(simulation); |
| 478 | trackKeyboard(simulation); |
| 479 | } |
| 480 | |
| 481 | void Handler::updateSimulationStep(Lattice::Simulation& simulation) { |
| 482 | applySmoothResizeStep(simulation); |
nothing calls this directly
no outgoing calls
no test coverage detected