In which library would you recommend connecting the Xbox 360 controller to Java and be able to read key inputs into the KeyPressed event as KeyEvent.
So, I would like something like this
private class KeyInputHandler extends KeyAdapter { public void keyPressed(KeyEvent e) { } }
And I want all the controller clicks to go to keyPressed.
I would appreciate it even more if you could also provide good libraries for PS3 controllers.
Quillion
source share