Reputation: 81
I am working on a program that needs to run on a Raspberry pi 3 running IoT and a windows-10 desktop. I want to use gamepad both connected through usb and bluetooth. The "windows.gaming.input.gamepad" api that Microsoft made only supports Xbox 360 and Xbox one controllers.
Is there a api that I can use to get the values from a gamepad?
Upvotes: 1
Views: 997
Reputation: 81
It seems that Microsoft has another API that is in pre-release. This API will work with all kinds of joysticks. The API is windows.gaming.input.rawgamecontroller
Upvotes: 2