From 13adc237f8380dbf4c2ff95a00b6633789651447 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Mon, 14 Feb 2011 14:18:08 -0600 Subject: [PATCH] another mouse code sync (expect more of these) --- src/arch/InputHandler/InputHandler_DirectInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/InputHandler/InputHandler_DirectInput.cpp b/src/arch/InputHandler/InputHandler_DirectInput.cpp index 99dcd3d5b8..9693f1da3d 100644 --- a/src/arch/InputHandler/InputHandler_DirectInput.cpp +++ b/src/arch/InputHandler/InputHandler_DirectInput.cpp @@ -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 ) {