We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything works fine except for the DPAD buttons, none of which work. Is this a known issue?
WINDOWS 10 JDK 1.8 Most recent version of eclipse
ControllerIndex currController = controllerManager.getControllerIndex(0); controllerManager.update(); if(currController.isButtonPressed(ControllerButton.DPAD_UP)) { logger.info("DPAD DOWN"); }
Changing to version 1.3.2 solved this issue for me. appears to be an issue with the most recent version of Jamepad.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Everything works fine except for the DPAD buttons, none of which work.
Is this a known issue?
WINDOWS 10
JDK 1.8
Most recent version of eclipse
Changing to version 1.3.2 solved this issue for me.
appears to be an issue with the most recent version of Jamepad.
The text was updated successfully, but these errors were encountered: