scale : Phaser.Point The scale by which all input coordinates
destroy() Stops all of the Input Managers from running. Source code:
keyboard : Phaser.Keyboard The Keyboard Input manager
getPointerFromIdentifier(identifier) → {Phaser.Pointer}
justPressedRate : number The number of milliseconds below which the Pointer is considered justPressed.
recordRate : number The rate in milliseconds at which the Pointer objects should update their tracking history.
onHold : Phaser.Signal A Signal that is dispatched
touch : Phaser.Touch The Touch Input manager. You
[readonly] worldY : number The world Y coordinate of the most recently active pointer.
[readonly] pollLocked : boolean True if the Input is currently poll rate locked.
Page 1 of 7