libgdx / Jamepad

A better way to use gamepads in Java
Apache License 2.0
20 stars 13 forks source link

Make using SDL 2.0.14 RawInput configurable on instantiation #3

Closed MrStahlfelge closed 3 years ago

MrStahlfelge commented 3 years ago

You can now configure whether RawInput is used on Windows for XInput devices.

Introduced a new Configuration class, allowing us to add further configuration properties without breaking method compatibility in the future.