This is handled by ScreenJukebox.
This commit is contained in:
@@ -82,18 +82,6 @@ void ScreenDemonstration::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
m_Out.StartTransitioning( SM_GoToNextScreen );
|
m_Out.StartTransitioning( SM_GoToNextScreen );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if( SM == SM_GainFocus )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
else if( SM == SM_LoseFocus )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
else if( SM == SM_GoToNextScreen )
|
|
||||||
{
|
|
||||||
if( m_pSoundMusic )
|
|
||||||
m_pSoundMusic->Stop();
|
|
||||||
}
|
|
||||||
|
|
||||||
ScreenJukebox::HandleScreenMessage( SM );
|
ScreenJukebox::HandleScreenMessage( SM );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user