move "simulate disconnect' to RShift
This commit is contained in:
@@ -185,7 +185,7 @@ void ScreenJoinMultiplayer::UpdatePlayerStatus( bool bFirstUpdate )
|
||||
bool bWasConnected = idsOld == InputDeviceState_Connected;
|
||||
|
||||
InputDeviceState idsNew = INPUTMAN->GetInputDeviceState(id);
|
||||
if( INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD,KEY_LSHIFT)) )
|
||||
if( INPUTFILTER->IsBeingPressed(DeviceInput(DEVICE_KEYBOARD,KEY_RSHIFT)) )
|
||||
idsNew = InputDeviceState_Disconnected;
|
||||
bool bIsConnected = idsNew == InputDeviceState_Connected;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user