The gamepad plugin (https://www.scirra.com/manual/143/gamepad) is awesome. Is it possible to extend it's support to new gamepads?
I'm explaining what I mean:
I'd like to port my game Mooch (http://store.steampowered.com/app/398460) to PlayJam console (Android 4.4) - http://www.playjam.com/.
I'm having issues with supporting PlayJam controller. Most buttons works fine but some of them doesn’t (marked red):
D-pad, right analog stick and both shoulder buttons doesn’t react on players input.
PlayJam Team provided me key mapping documentation: http://playjam.games.network/develop/guides/controller
As far I see gamepad plugin is missing support for those methods:
- MotionEvent.AXIS_HAT_X,
- MotionEvent.AXIS_HAT_Y,
- MotionEvent.AXIS_Z,
- MotionEvent.AXIS_RZ.
Is it possible to support them?