fix "buttons stuck" if button held while device unplugged
This commit is contained in:
@@ -101,6 +101,7 @@ void GameLoop()
|
||||
|
||||
if( INPUTMAN->DevicesChanged() )
|
||||
{
|
||||
INPUTFILTER->Reset(); // fix "buttons stuck" if button held while unplugged
|
||||
INPUTMAN->LoadDrivers();
|
||||
CString sMessage;
|
||||
if( INPUTMAPPER->CheckForChangedInputDevicesAndRemap(sMessage) )
|
||||
|
||||
Reference in New Issue
Block a user