It’s possible that this is a stupid question – I’ve only been playing around with monogame for a couple days – but is it possible to use a Playstation 3 controller in conjunction with Monogame? It looks like the GamePad.GetState() interface picks up the left stick fine, but not the right stick.
Is there some other library or method that I can use to access the gamepad? I’m developing on Linux.