I am writing a PCL library that uses MonoGame. I need to know how many gamepads (or how many players) can be queried on the platform it’s running on. I would like to avoid having to add a platform specific implementation of my library just for this. Is there a way to query this information directly from MonoGame?
Thanks in advance!