Taking input from a joystick with C# .NET

Viewed 82439

I searched around on Google for this, but the only things I came up with were outdated and did not work.

Does anyone have any information on how to get joystick data using C# .NET?

5 Answers

This question is old, but it seems to be active even to this day, so I'm posting anyway.

If you need to get input from XInput only, take a look at XInputium. This is a .NET library that is specialized in XInput controllers. It is pretty straightforward, and has many code samples you can look at.

Related