Phaser API Documentation

  Version: 
<private> processDragDownEvent(pointer)

Description:

Processes a 'drag down' event for the given pointer. Checks the pointer state, builds-up the drag list and prepares them all for interaction.

Parameters:

name type description
pointer Phaser.Input.Pointer

The Pointer to process the drag event on.

Returns:
Description:

The number of items that were collected on the drag list.

Type:
  • number
Since: 3.18.0