sharpdx / SharpDX-Samples

Official repository for all SharpDX Samples
346 stars 222 forks source link

I cannot using SharpDX.XInput in any version of SharpDX #52

Closed Misaka-0x447f closed 6 years ago

Misaka-0x447f commented 6 years ago

https://github.com/sharpdx/SharpDX-Samples/blob/master/Desktop/XInput/XGamepadApp/Program.cs here is the example but i cannot using SharpDX.XInput in any cases. Failed to recognize the reason. only these available here: image

jebwatson commented 6 years ago

Need to go into Manage Nuget packages for the project and install the XInput package. This will add the class library for XInput. Same story for any of the other assemblies. They don't ship with the base SharpDx for whatever reason.