| 157 | } |
| 158 | |
| 159 | HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SendDeviceData(DWORD cbObjectData, LPCDIDEVICEOBJECTDATA rgdod, LPDWORD pdwInOut, DWORD fl) |
| 160 | { |
| 161 | if (pDeviceA) return pDeviceA->SendDeviceData(cbObjectData, rgdod, pdwInOut, fl); |
| 162 | return pDeviceW->SendDeviceData(cbObjectData, rgdod, pdwInOut, fl); |
| 163 | } |
| 164 | |
| 165 | HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SendForceFeedbackCommand(DWORD dwFlags) |
| 166 | { |
nothing calls this directly
no outgoing calls
no test coverage detected