MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / advanceTo

Method advanceTo

Tactility/Source/app/setup/Setup.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void advanceTo(size_t index) {
101 if (index < steps.size()) {
102 stepIndex = index;
103 phase = Phase::StepIntro;
104 } else {
105 phase = Phase::Done;
106 }
107
108 renderCurrent();
109 }
110
111 void onSkipClicked() {
112 if (phase == Phase::StepIntro) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected