View Single Post
01/07/16, 06:26 AM   #2
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
You could use a variable to flag the drag start on MouseDown, and flag the drag stop on MouseUp, and MouseEnter to flag where you're dropping it. No idea if it actually works but that's the breakdown of a Drag+Drop.
  Reply With Quote