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

Method trackSimControlPanel

App/AppActions.cpp:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

connectMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected