It looks like you're new here. If you want to get involved, click one of these buttons!
OuyaController c = OuyaController.getControllerByDeviceId(event.getDeviceId());
c.getButton(OuyaController.BUTTON_DPAD_UP)
But this is never returning true. I reviewed the documentation here: https://github.com/ouya/docs/blob/master/controllers.md but didn't see anything. I don't know what I am missing. Any suggestions?
Comments