williamahartman/Jamepad

DPAD input not functional with XBOX ONE S controller

urgood2 opened this issue · 0 comments

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.