I have a few objects with dragdrop and physics behaviour.
It works fine as intended: dragging one object against another pushes the other object. The problem is when I move the object too fast (swipe really fast with my finger/drag really fast when using the mouse etc) the objects can move really fast through each other.
Is there a way detect fast movement of the mouse/touch gesture and disable drag when that happens?