(first the question that I will explain)
How do I tell a program to lower an object / raise a drag event (I donβt use a mouse)?
I am currently developing MSKinect, and I want to implement Drag and Drop, really close to natural drag and drop (see msdn doc ).
I already implemented drag and drop using the canvas and using the event raised by Kinect cursors to βdragβ things around. but I'm more interested in data transfer using drag and drop.
I know that usually the drop event is fired when the mouse button is released, I want to make release draggableElement when this gesture occurs.
Additional information: I implement the Manager based on the work of LesterLobo
source
share