disable hack
This commit is contained in:
@@ -1455,6 +1455,7 @@ void HandleInputEvents(float fDeltaTime)
|
||||
swap( input.InputList, ieArray[i].m_ButtonState );
|
||||
|
||||
// hack for testing (MultiPlayer) with only one joystick
|
||||
/*
|
||||
if( input.DeviceI.IsJoystick() )
|
||||
{
|
||||
if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD,KEY_LSHIFT) ) )
|
||||
@@ -1468,6 +1469,7 @@ void HandleInputEvents(float fDeltaTime)
|
||||
if( INPUTFILTER->IsBeingPressed( DeviceInput(DEVICE_KEYBOARD,KEY_RCTRL) ) )
|
||||
input.DeviceI.device = (InputDevice)(input.DeviceI.device + 16);
|
||||
}
|
||||
*/
|
||||
|
||||
INPUTMAPPER->DeviceToGame( input.DeviceI, input.GameI );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user