Hello All,
Hoping someone can point towards a solution. I want to Drag and Drop a label around the screen and find its x,y co-ordinates at the start and at the end.
I have been trying GestureDetector v2.4 but cannot find any instructions for "Drag". Is this a Drag and Drop function or should I be using Gesture_onTouch to find the start point and something like Gesture_onFling to calculate the end point? Then I can use these values to "relocate" (Drop) the label to the drop Zone.
Your help is appreciated.
Brad
Hoping someone can point towards a solution. I want to Drag and Drop a label around the screen and find its x,y co-ordinates at the start and at the end.
I have been trying GestureDetector v2.4 but cannot find any instructions for "Drag". Is this a Drag and Drop function or should I be using Gesture_onTouch to find the start point and something like Gesture_onFling to calculate the end point? Then I can use these values to "relocate" (Drop) the label to the drop Zone.
Your help is appreciated.
Brad