JXInput Versions Save

XInput devices for Java

v1.0.0

5 years ago

The first 1.x release of JXInput.

There are no functional changes or new features since version 0.9, but due to the restructuring, this version requires some changes to your code. Namely:

  • The packages have been renamed from com.ivan.xinput to com.github.strikerx3.jxinput
  • The Maven group and artifact ID has changed from com.ivan:jxinput to com.github.strikerx3:jxinput

The Visual Studio solution was upgraded to 2017 and is now using the latest Windows SDK (version 10.0.17763.0). This will probably break compatibility with Windows XP, but nobody should be using it anyway.

Other than that, everything should work as is.

v0.9

5 years ago

Fixes an issue which caused the native libraries to fail to load on Java 9 and later (#24).

v0.8

6 years ago

The first ever JXInput binary release! This should help people who can't (or don't know how to) use Maven. Just grab jxinput-0.8.jar, add it to your classpath and you're good to go.