A BUTTON performs two actions, one is a move, the other is a click, and then the move is done with the mouseup+mousemove+mousedown event, and the click is click. But the click event is still triggered when I move it. The biggest difference between mobile and click is whether the mousemove event is executed, so I think I can stop the click event in the mousemove event. I don"t know if there is any way