mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-04-21 06:14:11 +00:00
Fixes for js devices that are read only
This commit is contained in:
parent
f95cb1ce41
commit
9a920ade6d
2 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,8 @@ public class LinuxEnvironmentPlugin extends ControllerEnvironment implements Plu
|
|||
} else {
|
||||
controllers = new Controller[0];
|
||||
}
|
||||
|
||||
System.out.println("Linux plugin claims to have found " + controllers.length + " controllers");
|
||||
}
|
||||
|
||||
/** Returns a list of all controllers available to this environment,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue