destroy() Stops all of the Input Managers from running. Source code:
keyboard : Phaser.Keyboard The Keyboard Input manager
mouseOverCallback : Function A callback that can be fired when the mouse enters the game canvas (usually after a mouseout).
[static] LEFT_BUTTON : number Source code:
screenY : number The vertical coordinate of the Pointer relative to the screen. Source
onTouchStart(event) The internal method that handles the touchstart event from the browser. Parameters
justPressedRate : number The number of milliseconds below which the Pointer is considered justPressed.
onPointerDown(event) The function that handles the PointerDown event. Parameters
[static] RIGHT_BUTTON : number The Right Mouse button, or in PointerEvent devices a Pen contact
pageX : number The horizontal coordinate of the Pointer relative to whole document. Source
Page 1 of 29