modify Input() on screens to return boolean

This commit is contained in:
Devin J. Pohly
2013-01-12 22:48:38 -05:00
parent 79583090ac
commit d13ac7e7a2
98 changed files with 861 additions and 697 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public:
virtual void BeginScreen();
virtual void HandleScreenMessage( const ScreenMessage SM );
virtual void Input( const InputEventPlus &input );
virtual bool Input( const InputEventPlus &input );
bool EnterKey( PlayerNumber pn, wchar_t sLetter );
bool Backspace( PlayerNumber pn );