Hi I am using this plugin to implement gamepad support to my ouya/android game: https://github.com/ansimuz/BitWars/blob/master/lib/plugins/gamepad.js
It works great but the problem is that only player 1 works and I want the game to be controlled by any connected gamepad, is there anything I can edit so that the plugin ignores the controller (i.e. player1 or player2...). So that a button on each connected controller will trigger the 'jump' for example.