Hi,
i'm just starting to play around with directx and i've read a few articles on the internet that use xinput to interface with the xbox controller.
but when i try to use it in my c# app, i can't seem to find the correct assembly to reference. from what I understand, it's supposed to be in Microsoft.DirectX.dll (namespace Microsoft.DirectX.XInput) but that doesn't get resolved when i add the reference.
am i missing something? should i maybe try an earlier version of the sdk?
any input would be appreciated.
Thanks :)