Skip to content

DPAD input not functional with XBOX ONE S controller #34

New issue

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

Open
urgood2 opened this issue Apr 11, 2021 · 0 comments
Open

DPAD input not functional with XBOX ONE S controller #34

urgood2 opened this issue Apr 11, 2021 · 0 comments

Comments

@urgood2
Copy link

urgood2 commented Apr 11, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant