Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TactilityProject/Tactility
/ onSkipClicked
Method
onSkipClicked
Tactility/Source/app/setup/Setup.cpp:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void onSkipClicked() {
112
if (phase == Phase::StepIntro) {
113
advanceTo(stepIndex + 1);
114
}
115
}
116
117
void onContinueClicked() {
118
switch (phase) {
Callers
1
onSkipClickedCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected