quiet unneeded output

This commit is contained in:
Glenn Maynard
2003-07-14 22:28:03 +00:00
parent 2dce704fa4
commit c65136cb37
@@ -324,6 +324,8 @@ void InputHandler_DInput::UpdateBuffered(DIDevice &device, const RageTimer &tm)
numevents = INPUT_QSIZE;
HRESULT hr = IDirectInputDevice2_GetDeviceData( device.Device, sizeof(DIDEVICEOBJECTDATA), evtbuf, &numevents, 0);
if ( hr == DIERR_INPUTLOST || hr == DIERR_NOTACQUIRED )
return;
/* Handle the events */
if ( hr != DI_OK )