Use di.bDown. This is normally filled in via di.level.

This commit is contained in:
Glenn Maynard
2006-12-26 22:40:20 +00:00
parent 4dd2f3a301
commit 2d40b4b3d0
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ struct ButtonState;
class InputFilter
{
public:
void ButtonPressed( const DeviceInput &di, bool Down );
void ButtonPressed( const DeviceInput &di );
void SetButtonComment( const DeviceInput &di, const RString &sComment = "" );
void ResetDevice( InputDevice dev );