Pointer#justReleased()
  • References/Game Development/Phaser/Input/Pointer

justReleased(duration) → {boolean} The Pointer is considered justReleased

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

event : Object The DOM event that caused the change in button state. Source

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

[static] RIGHT_BUTTON : number The Right Mouse button, or in PointerEvent devices a Pen contact

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

onTouchStart(event) The internal method that handles the touchstart event from the browser. Parameters

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

touchStartCallback : Function A callback that can be fired on a touchStart event. Source

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
MSPointer#onPointerMove()
  • References/Game Development/Phaser/Input/MSPointer

onPointerMove(event) The function that handles the PointerMove event. Parameters

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

new Keyboard(game) The Keyboard class monitors keyboard input and dispatches keyboard events. Note: many keyboards are

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

onDown : Phaser.Signal This Signal is dispatched every

2025-01-10 15:47:30