Hi,
I have a horizontal draggable panel with items. If I drag any item off the panel vertically it is removed from the panel and it can be dragged (via my script) freely across the screen.
The problem is that because I never released mouse button the panel keeps following the horizontal movement of my mouse. Is there any way to force stop the panel drag movement without actually releasing the mouse button?
Thanks