Tagged Questions
0
votes
2answers
667 views
DirectInput8Create fails : E_INVALIDARG
I'm using DirectInput with Direct3D 11, and compiling for x64 and I get an E_INVALIDARG from this line:
HRESULT hr = DirectInput8Create(hInstance, DIRECTINPUT_VERSION, IID_IDirectInput8, ...