MCPcopy Create free account
hub / github.com/ElectroZybr/LatticeLab / Handler

Method Handler

App/AppActions.cpp:473–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected