minart
minart copied to clipboard
Add GamePad support
Similar to the touch support, some GamePad support could be included in the KeyboardInput
After a quick search, I think this might be problematic in Java... I saw some libraries that call native libraries via JNI, but I would rather reduce the number of dependencies.
This will require some more investigation.