altKey : boolean True if the alt key was held down when this button was last pressed or released.Not supported on Gamepads
totalTouches : number The total number of times this Pointer has been touched to the touchscreen.
reset() Resets this DeviceButton, changing it to an isUp state and resetting the duration and repeats counters.
buttonCode : number The buttoncode of this button if a Gamepad, or the DOM button event value if a Pointer.
onMouseWheel(event) The internal method that handles the mouse wheel event from the browser. Parameters
reset() Resets the Pointer properties. Called by InputManager.reset when you perform a State change.
circle : Phaser.Circle A Phaser.Circle that is centered
onPressCallback : Function This callback is invoked every time a DOM onkeypress event is raised, which is only for printable keys
consumeTouchMove() Consumes all touchmove events on the document (only enable this if you know you need it!).
circle : Phaser.Circle A Circle object centered on
Page 23 of 29