| 191 | } |
| 192 | |
| 193 | HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetEventNotification(HANDLE hEvent) |
| 194 | { |
| 195 | if (pDeviceA) return pDeviceA->SetEventNotification(hEvent); |
| 196 | return pDeviceW->SetEventNotification(hEvent); |
| 197 | } |
| 198 | |
| 199 | HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetProperty(REFGUID rguidProp, LPCDIPROPHEADER pdiph) |
| 200 | { |
nothing calls this directly
no outgoing calls
no test coverage detected