another mouse code sync (expect more of these)

This commit is contained in:
AJ Kelly
2011-02-14 14:18:08 -06:00
parent 6d44f22dbe
commit 13adc237f8
@@ -377,13 +377,13 @@ void InputHandler_DInput::UpdatePolled( DIDevice &device, const RageTimer &tm )
}
break;
case device.MOUSE:
/*
DIMOUSESTATE state;
HRESULT hr = GetDeviceState(device.Device, sizeof(state), &state);
if( hr == DIERR_INPUTLOST || hr == DIERR_NOTACQUIRED )
return;
/*
// do button checks here
for( unsigned i = 0; i < device.Inputs.size(); ++i )
{