bind lockinput

This commit is contained in:
Glenn Maynard
2006-06-27 23:07:11 +00:00
parent 5795d2b5f6
commit 0d10d38035
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -52,6 +52,7 @@ public:
virtual bool OverlayInput( const InputEventPlus &input );
virtual void Input( const InputEventPlus &input );
virtual void HandleScreenMessage( const ScreenMessage SM );
void SetLockInputSecs( float f ) { m_fLockInputSecs = f; }
void PostScreenMessage( const ScreenMessage SM, float fDelay );
void ClearMessageQueue();