I cannot get the dragDistanceThreshold and dragTimeThreshold variables to work as intended. Here’s how they’re described in the docs:
dragDistanceThreshold :number
The distance, in pixels, a pointer has to move while being held down, before it thinks it is being dragged.
dragTimeThreshold :number
The amount of time, in ms, a pointer has to be held down before it thinks it is dragging.
This behavior is seemingly absent in both of their examples:
https://labs.phaser.io/edit.html?src=src/input/dragging/drag%20distance%20threshold.js
https://labs.phaser.io/view.html?src=src/input/dragging/drag%20time%20threshold.js
Am I missing something?
Thanks.