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

Method SetEventNotification

IDirectInputDevice.cpp:193–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetEventNotification(HANDLE hEvent)
194{
195 if (pDeviceA) return pDeviceA->SetEventNotification(hEvent);
196 return pDeviceW->SetEventNotification(hEvent);
197}
198
199HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::SetProperty(REFGUID rguidProp, LPCDIPROPHEADER pdiph)
200{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected