UNPKG

phaser4-rex-plugins

Version:
9 lines (8 loc) 186 B
var DragEnd = function () { if (!this.dragPointer) { return; } this.scene.input.setDragState(this.dragPointer, 5); return this; } export default DragEnd;