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.07k stars 403 forks source link

Add support for Android/iOS devices #149

Closed tomxposed closed 4 years ago

tomxposed commented 4 years ago

The library does not work on my android phone. I don't know whether it is a bug or not. If it is not implemented please do so, it will be very useful for games like PUBG and COD Mobile

BusteanHAN commented 4 years ago

The library works on the USB HID standard which is not supported by phones. The whole point of HID is to not use drivers, but to connect an input device to any phone you need a driver.

tomxposed commented 4 years ago

@BusteanHAN I have implemented the library for my iBus-Joystick project and it works fine in Android, iOS, Mac, and Windows machines without any drivers :-)