fix p2 back
This commit is contained in:
@@ -1446,8 +1446,8 @@ static void HandleInputEvents(float fDeltaTime)
|
|||||||
// Filter out all NumLock repeat messages
|
// Filter out all NumLock repeat messages
|
||||||
/* XXX: Is this still needed? If so, it should probably be done in the
|
/* XXX: Is this still needed? If so, it should probably be done in the
|
||||||
* affected input driver. */
|
* affected input driver. */
|
||||||
if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == KEY_NUMLOCK && type != IET_FIRST_PRESS )
|
// if( DeviceI.device == DEVICE_KEYBOARD && DeviceI.button == KEY_NUMLOCK && type != IET_FIRST_PRESS )
|
||||||
continue; // skip
|
// continue; // skip
|
||||||
|
|
||||||
if( HandleGlobalInputs(DeviceI, type, GameI, MenuI, StyleI ) )
|
if( HandleGlobalInputs(DeviceI, type, GameI, MenuI, StyleI ) )
|
||||||
continue; // skip
|
continue; // skip
|
||||||
|
|||||||
Reference in New Issue
Block a user