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