Allow flushing of queued input events.

This commit is contained in:
Steve Checkoway
2006-09-08 04:10:47 +00:00
parent 99f9d8d33c
commit 8c3f4cebba
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ public:
RString GetButtonComment( const DeviceInput &di ) const;
void GetInputEvents( vector<InputEvent> &aEventOut );
void FlushInputEvents();
void GetPressedButtons( vector<DeviceInput> &array );
private: