added MAX-style options navigation and moved more constants into theme metrics
This commit is contained in:
@@ -37,20 +37,20 @@ public:
|
||||
virtual void Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI );
|
||||
virtual void HandleScreenMessage( const ScreenMessage SM );
|
||||
|
||||
virtual void MenuLeft( PlayerNumber p, const InputEventType type );
|
||||
virtual void MenuRight( PlayerNumber p, const InputEventType type );
|
||||
virtual void MenuStart( PlayerNumber p );
|
||||
virtual void MenuBack( PlayerNumber p );
|
||||
virtual void MenuLeft( PlayerNumber pn, const InputEventType type );
|
||||
virtual void MenuRight( PlayerNumber pn, const InputEventType type );
|
||||
virtual void MenuStart( PlayerNumber pn );
|
||||
virtual void MenuBack( PlayerNumber pn );
|
||||
|
||||
protected:
|
||||
void TweenOnScreen();
|
||||
void TweenOffScreen();
|
||||
void TweenScoreOnAndOffAfterChangeSort();
|
||||
|
||||
void EasierDifficulty( PlayerNumber p );
|
||||
void HarderDifficulty( PlayerNumber p );
|
||||
void EasierDifficulty( PlayerNumber pn );
|
||||
void HarderDifficulty( PlayerNumber pn );
|
||||
|
||||
void AfterNotesChange( PlayerNumber p );
|
||||
void AfterNotesChange( PlayerNumber pn );
|
||||
void AfterMusicChange();
|
||||
void PlayMusicSample();
|
||||
void SortOrderChanged();
|
||||
|
||||
Reference in New Issue
Block a user