-m Refactor controller polling and set rescan to be every 5 seconds

Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com>
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
sigonasr2, Sig, Sigo 2022-06-08 19:17:31 +00:00
parent c658751c39
commit 0275a491e4
131 changed files with 39 additions and 48 deletions

View File

@ -1,5 +1,6 @@
{ {
"java.project.referencedLibraries": [ "java.project.referencedLibraries": [
"lib/jinput.jar" "lib/jinput.jar",
"lib/bin/**/*.jar"
] ]
} }

View File

@ -0,0 +1,6 @@
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.10.12
Created-By: 11.0.13+8-LTS (Azul Systems, Inc.)
Main-Class: net.java.games.input.Version
Automatic-Module-Name: net.java.games.jinput

Some files were not shown because too many files have changed in this diff Show More