hi,
I get this output if I use JInput (latest version) on linux:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| Loading: net.java.games.input.LinuxEnvironmentPlugin Failed to open device (/dev/input/event8): Failed to open device /dev/input/event8 (13)
Failed to open device (/dev/input/event7): Failed to open device /dev/input/event7 (13)
Failed to open device (/dev/input/event3): Failed to open device /dev/input/event3 (13)
Failed to open device (/dev/input/event1): Failed to open device /dev/input/event1 (13)
Failed to open device (/dev/input/event2): Failed to open device /dev/input/event2 (13)
Failed to open device (/dev/input/event5): Failed to open device /dev/input/event5 (13)
Failed to open device (/dev/input/event4): Failed to open device /dev/input/event4 (13)
Failed to open device (/dev/input/event6): Failed to open device /dev/input/event6 (13)
Failed to open device (/dev/input/event0): Failed to open device /dev/input/event0 (13) |
also the array returned by ControllerEnvironment.getDefaultEnvironment().getControllers() is empty.
no problems on windows (same system)