MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
GNU Lesser General Public License v3.0
2.06k stars 403 forks source link

XBOX360 xinput support #92

Open vasilyman opened 6 years ago

vasilyman commented 6 years ago

can you add support for the XINPUT Protocol? directinput is already outdated and is not supported in modern games and game builders

MHeironimus commented 6 years ago

Additional notes for this request:

jfrmilner commented 5 years ago

David Madison has recently started the Arduino XInput Library https://github.com/dmadison/ArduinoXInput , might be of interest here.