fix ScreenTestInput showing not pressed buttons
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user