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#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#totalActivePointers
  • References/Game Development/Phaser/Input/Input

[readonly] totalActivePointers : integers The total number of active Pointers, not counting

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

doubleTapRate : number The number of milliseconds between taps of the same Pointer for it to be considered a double tap / click

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

getPointerFromIdentifier(identifier) → {Phaser.Pointer}

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#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#keyboard
  • References/Game Development/Phaser/Input/Input

keyboard : Phaser.Keyboard The Keyboard Input manager

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