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