Direct Input in C#

2.5k views Asked by At

Hi guys im wanting to use direct input in my c# program so that I can interface with certain game controllers, however i've looked high and low and cant seem to find the

Microsoft.DirectX.DirectInput.dll

Can anyone link me to what package its in?

Cheers

1

There are 1 answers

1
Damien_The_Unbeliever On BEST ANSWER

You'd install the DirectX SDK, and then reference it from that.