This program is a test for the Jinput library intends to read game controller states to integrate with any game.
In this particular test, I implement a specific UI for an XBoxOne controller.
This code is largely inspired from the Uzo007 post's (Thanks to his code's back from 2012 ;))
I adapted this code to a maven project that can be compiled/started from the command line:
execute the following line of bash:
$> mvn clean install
input the line below:
$> mvn exec:java
Enjoy !
Frederic Delorme.