onDragStop : Phaser.Signal
This signal is dispatched if the Game Object has been inputEnabled
and enableDrag
has been set.
It is sent when a Phaser.Pointer stops dragging the Game Object.
It is sent two arguments:
{any} The Game Object that received the event.
{Phaser.Pointer} The Phaser.Pointer object that caused the event.
- Source code: gameobjects/components/Events.js (Line 227)
Please login to continue.