merge OverlayInput into Input. overlay screens can still intercept input if they want.

This commit is contained in:
Devin J. Pohly
2013-01-12 23:19:44 -05:00
parent 9c9e2f995f
commit 2cf9262afc
9 changed files with 17 additions and 31 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ public:
virtual void Init();
void Update( float fDeltaTime );
bool OverlayInput( const InputEventPlus &input );
bool Input( const InputEventPlus &input );
private:
void UpdateText();