Bluetooth controllers

Just a little fast question: Is any bluetooth android controller supported in the current Monogame implementation? Are bluetooth controllers using an standard API or each one has its own way to be used?

thanks!
Kak

I believe something like the GamePad implementation that the Ouya version uses should work, it uses the standard android gamepad apis for most of its functionality.

https://github.com/mono/MonoGame/blob/develop/MonoGame.Framework/Input/GamePad.Ouya.cs
http://developer.android.com/training/game-controllers/index.html

thanks Dave, I’ll try to implement controls and let the user tell me if their controller works.