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

Method RunControlPanel

IDirectInputDevice.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::RunControlPanel(HWND hwndOwner, DWORD dwFlags)
154{
155 if (pDeviceA) return pDeviceA->RunControlPanel(hwndOwner, dwFlags);
156 return pDeviceW->RunControlPanel(hwndOwner, dwFlags);
157}
158
159HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SendDeviceData(DWORD cbObjectData, LPCDIDEVICEOBJECTDATA rgdod, LPDWORD pdwInOut, DWORD fl)
160{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected