UNPKG

phaser4-rex-plugins

Version:
10 lines (8 loc) 280 B
import GetValueByPosition from './GetValueByPosition.js'; var OnDragThumb = function (pointer, dragX, dragY) { if (!this.enable || !this.inputActive) { return; } this.value = GetValueByPosition.call(this, dragX, dragY); } export default OnDragThumb;