buttonValue(buttonCode) → {number} Returns the value of a gamepad button. Intended mainly for cases
callbackContext : Object The context under which the callbacks are run. Source
axis(axisCode) → {number} Returns value of requested axis. Parameters
justReleased(buttonCode, duration) → {boolean} Returns the "just released"
new SinglePad(game, padParent) A single Phaser Gamepad Parameters
processButtonFloat(buttonCode, value) Handles buttons with floating values (like analog buttons that acts almost like an axis but still
onConnectCallback : Function This callback is invoked every time this gamepad is connected
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
Page 3 of 3