stop() Stops the Keyboard event listeners from running (keydown, keyup and keypress). They are removed from the window.
onUpCallback : Function This callback is invoked every time a key is released. Source
button :any The button property of the most recent DOM event when this Pointer is started.You should not rely on this value
[static] TOUCH_OVERRIDES_MOUSE : number Source code:
onUp : Phaser.Signal This Signal is dispatched every
recordRate : number The rate in milliseconds at which the Pointer objects should update their tracking history.
screenY : number The vertical coordinate of the Pointer relative to the screen. Source
screenX : number The horizontal coordinate of the Pointer relative to the screen. Source
preventDefault : boolean If true the TouchEvent will have prevent.default called on it.
justPressedRate : number The number of milliseconds below which the Pointer is considered justPressed.
Page 4 of 29