modify Input() on screens to return boolean
This commit is contained in:
@@ -10,8 +10,9 @@ void ScreenProfileSave::BeginScreen()
|
||||
ScreenWithMenuElements::BeginScreen();
|
||||
}
|
||||
|
||||
void ScreenProfileSave::Input( const InputEventPlus &input )
|
||||
bool ScreenProfileSave::Input( const InputEventPlus &input )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void ScreenProfileSave::Continue()
|
||||
|
||||
Reference in New Issue
Block a user