Handle codes on ScreenProfileLoad and ScreenProfileSave.
This commit is contained in:
@@ -21,6 +21,9 @@ void ScreenProfileLoad::BeginScreen()
|
||||
|
||||
void ScreenProfileLoad::Input( const InputEventPlus &input )
|
||||
{
|
||||
Message msg("");
|
||||
if( m_Codes.InputMessage(input, msg) )
|
||||
this->HandleMessage( msg );
|
||||
}
|
||||
|
||||
void ScreenProfileLoad::Continue()
|
||||
|
||||
Reference in New Issue
Block a user