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

Method BuildActionMap

IDirectInputDevice.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217#if DIRECTINPUT_VERSION >= 0x0800
218
219HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::BuildActionMap(LPDIACTIONFORMAT lpdiaf, LPCTSTR lpszUserName, DWORD dwFlags)
220{
221 if (pDeviceA) return pDeviceA->BuildActionMap((LPDIACTIONFORMATA)lpdiaf, (LPCSTR)lpszUserName, dwFlags);
222 return pDeviceW->BuildActionMap(lpdiaf, lpszUserName, dwFlags);
223}
224
225HRESULT STDMETHODCALLTYPE DirectInputDeviceWrapper::GetImageInfo(LPDIDEVICEIMAGEINFOHEADER lpdiDevImageInfoHeader)
226{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected