MCPcopy Create free account
hub / github.com/Boomslangnz/FFBArcadePlugin / SendDeviceData

Method SendDeviceData

IDirectInputDevice.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159HRESULT 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
165HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SendForceFeedbackCommand(DWORD dwFlags)
166{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected