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

Method onContinueClicked

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

Source from the content-addressed store, hash-verified

115 }
116
117 void onContinueClicked() {
118 switch (phase) {
119 case Phase::Welcome:
120 advanceTo(0);
121 break;
122 case Phase::StepIntro:
123 steps[stepIndex].run();
124 break;
125 case Phase::Done:
126 markCompleted();
127 stop(manifest.appId);
128 break;
129 }
130 }
131
132public:
133

Callers 1

Calls 3

markCompletedFunction · 0.85
runMethod · 0.80
stopFunction · 0.50

Tested by

no test coverage detected