deadZone : number Dead zone for axis feedback - within this value you won't trigger updates.
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.
game : Phaser.Game Local reference to game.
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
destroy() Destroys this object and the associated event listeners. Source code:
Page 5 of 6