The future is now. Read Hardware inputs from devices plugged into a computer, cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jinput2.10/README.md

20 lines
728 B

4 years ago
# jinput2
3 years ago
This project is a fork of the https://github.com/jinput/jinput project, which has not changed since 2018. This is a very progressive project that will push forward unnecessarily unstable modifications aggressively. That being said, the biggest goal is full support for hotswapping controllers, which the original jinput was lacking.
4 years ago
# Changes
The project contains the full Java content necessary to build the jar file. It also distribute the native files.
3 years ago
To build the project make sure you have Apache Ant.
Run
```
ant clean
ant compile jar run
```
`jinput.jar` ends up inside the `dist` folder.
4 years ago
The other changes are:
# License
3 years ago
Licensed under BSD License, copyright is attributed in each source file committed.