Hello,
I'm creating a game with JFrame and need to listen to anything that has buttons. There's key listener, but that seems to only listen to the keyboard. Does java provide any listeners to game controllers?
Hello,
I'm creating a game with JFrame and need to listen to anything that has buttons. There's key listener, but that seems to only listen to the keyboard. Does java provide any listeners to game controllers?
JInput can be used for other input devices: https://jinput.dev.java.net/
This article discusses using it for a gamepad: http://fivedots.coe.psu.ac.th/~ad/jg2/ch11/index.html
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.