Input#recordRate
  • References/Game Development/Phaser/Input/Input

recordRate : number The rate in milliseconds at which the Pointer objects should update their tracking history.

2025-01-10 15:47:30
Input#onHold
  • References/Game Development/Phaser/Input/Input

onHold : Phaser.Signal A Signal that is dispatched

2025-01-10 15:47:30
Input#justPressedRate
  • References/Game Development/Phaser/Input/Input

justPressedRate : number The number of milliseconds below which the Pointer is considered justPressed.

2025-01-10 15:47:30
Input.TOUCH_OVERRIDES_MOUSE
  • References/Game Development/Phaser/Input/Input

[static] TOUCH_OVERRIDES_MOUSE : number Source code:

2025-01-10 15:47:30
Input#getPointer()
  • References/Game Development/Phaser/Input/Input

getPointer(isActive) → {Phaser.Pointer}

2025-01-10 15:47:30
Input#destroy()
  • References/Game Development/Phaser/Input/Input

destroy() Stops all of the Input Managers from running. Source code:

2025-01-10 15:47:30
Input#pollLocked
  • References/Game Development/Phaser/Input/Input

[readonly] pollLocked : boolean True if the Input is currently poll rate locked.

2025-01-10 15:47:30
Input#touch
  • References/Game Development/Phaser/Input/Input

touch : Phaser.Touch The Touch Input manager. You

2025-01-10 15:47:30
Input#worldY
  • References/Game Development/Phaser/Input/Input

[readonly] worldY : number The world Y coordinate of the most recently active pointer.

2025-01-10 15:47:30
Input#onDown
  • References/Game Development/Phaser/Input/Input

onDown : Phaser.Signal A Signal that is dispatched

2025-01-10 15:47:30