Change MenuUp(pn,type) overrides to MenuUp(IEP), so info like DeviceI.ts is always accessible.

This commit is contained in:
Glenn Maynard
2005-09-23 00:44:52 +00:00
parent df8153cf7b
commit 6ea2f37a36
40 changed files with 218 additions and 185 deletions
+4 -4
View File
@@ -11,10 +11,10 @@ public:
virtual void Init();
protected:
virtual void MenuLeft( PlayerNumber pn, const InputEventType type );
virtual void MenuUp( PlayerNumber pn, const InputEventType type );
virtual void MenuRight( PlayerNumber pn, const InputEventType type );
virtual void MenuDown( PlayerNumber pn, const InputEventType type );
virtual void MenuLeft( const InputEventPlus &input );
virtual void MenuUp( const InputEventPlus &input );
virtual void MenuRight( const InputEventPlus &input );
virtual void MenuDown( const InputEventPlus &input );
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void TweenOffScreen( );