onTouchLeave(event) For touch enter and leave its a list of the touch points that have entered or left the target.Doesn't appear
capture : boolean If true the DOM mouse events will have event.preventDefault applied to them, if false they will propagate fully
update() Updates all currently defined keys. Source code:
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
recordRate : number The rate in milliseconds at which the Pointer objects should update their tracking history.
wheelDelta : number The direction of the last mousewheel usage 1 for up -1 for down.
eraserButton : Phaser.DeviceButton If this
getPointer(isActive) → {Phaser.Pointer}
destroy() Stops all of the Input Managers from running. Source code:
Page 1 of 29