pollStatus() Main update function called by Phaser.Gamepad. Source code:
onAxisCallback : Function This callback is invoked every time an axis is changed. Source
axis(axisCode) → {number} Returns value of requested axis. Parameters
onDownCallback : Function This callback is invoked every time a button is pressed down.
isDown(buttonCode) → {boolean} Returns true if the button is pressed down. Parameters
onConnectCallback : Function This callback is invoked every time this gamepad is connected
processButtonFloat(buttonCode, value) Handles buttons with floating values (like analog buttons that acts almost like an axis but still
justReleased(buttonCode, duration) → {boolean} Returns the "just released"
new SinglePad(game, padParent) A single Phaser Gamepad Parameters
Page 3 of 3