control type stuff

This commit is contained in:
Fireblade
2026-05-18 14:52:03 -04:00
parent 3c0237d448
commit 5bb8dd2b42
31 changed files with 255 additions and 12 deletions
@@ -51,6 +51,7 @@ bool ChoiceTask::isCompleted()
if(ui.GetMenuDisplayed(tutorial->getPad()))
{
// If a menu is displayed, then we use the handleUIInput to complete the task
return false;
}
else
{
@@ -87,6 +88,8 @@ bool ChoiceTask::isCompleted()
}
return m_bConfirmMappingComplete || m_bCancelMappingComplete;
}
return false;
}
eTutorial_CompletionAction ChoiceTask::getCompletionAction()