fix ScreenTestInput showing not pressed buttons

This commit is contained in:
Glenn Maynard
2007-01-13 07:27:52 +00:00
parent 5bc8fc0ad2
commit 10abc89a1c
+3
View File
@@ -48,6 +48,9 @@ class InputList: public BitmapText
INPUTFILTER->GetPressedButtons( DeviceInputs );
FOREACH( DeviceInput, DeviceInputs, di )
{
if( !di->bDown && di->level == 0.0f )
continue;
RString sTemp;
sTemp += INPUTMAN->GetDeviceSpecificInputString(*di);