onUpCallback : Function This callback is invoked every time a key is released. Source
preventDefault : boolean If true the TouchEvent will have prevent.default called on it.
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
movementY : number The vertical processed relative movement of the Pointer in pixels since last event.
pageX : number The horizontal coordinate of the Pointer relative to whole document. Source
onHold : Phaser.Signal A Signal that is dispatched
capture : boolean If true the DOM mouse events will have event.preventDefault applied to them, if false they will propagate fully
justPressedRate : number The number of milliseconds below which the Pointer is considered justPressed.
new Input(game) Phaser.Input is the Input Manager for all types of Input across Phaser, including mouse, keyboard, touch and MSPointer
Page 1 of 29