| 185 | } |
| 186 | |
| 187 | HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetDataFormat(LPCDIDATAFORMAT lpdf) |
| 188 | { |
| 189 | if (pDeviceA) return pDeviceA->SetDataFormat(lpdf); |
| 190 | return pDeviceW->SetDataFormat(lpdf); |
| 191 | } |
| 192 | |
| 193 | HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetEventNotification(HANDLE hEvent) |
| 194 | { |
nothing calls this directly
no outgoing calls
no test coverage detected