getPointerFromIdentifier(identifier) → {Phaser.Pointer}
keyboard : Phaser.Keyboard The Keyboard Input manager
[readonly] totalActivePointers : integers The total number of active Pointers, not counting
doubleTapRate : number The number of milliseconds between taps of the same Pointer for it to be considered a double tap / click
update() Updates all currently defined keys. Source code:
capture : boolean If true the DOM mouse events will have event.preventDefault applied to them, if false they will propagate fully
[static] LEFT_BUTTON : number Source code:
onMouseMove(event) The internal method that handles the mouse move event from the browser. Parameters
onUp : Phaser.Signal This Signal is dispatched every
justPressedRate : number The number of milliseconds below which the Pointer is considered justPressed.
Page 1 of 29