1

I am trying to move on from previous game development languages and have stumbled upon an issue that I took for granted in my old languages. I am trying to support DirectInput in C# with MonoGame as I feel comfortable with C# to use it as my primary game development language.

The issue is I don't know how to support DirectInput controllers and dancepads. It's out of my comfort zone. I have spent far too long looking for an answer via Coding Groups and Google to find no answers and a headache.

Is it possible to support DirectInput controllers/dancepads in C# x MonoGame and if so how is it done? I'd really appreciate any help on this one.

Jeremy Beare
  • 489
  • 3
  • 8
  • 22

1 Answers1

0

DirectInput is no longer recommended.

You can browse the repo here, mostly you will only ever need Keyboard and Gamepad.

lozzajp
  • 916
  • 7
  • 15