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