HI,
Again asking a very basic question. If I need to handle air tap event we attach a handler to GestureRecognizer.TappedEven. How I should handle hold i.e. tap and drag an object ? Also can you please share a script for dragging an object from one place to another for hold event.
Thanks for your response. However this script will not help as we have tap twice to drag and place an object. I am looking for enabling drag drop behaviour on an object. So if I am doing an hold on object i.e. long tap, I should be able to drag and place that object. In traditional UI we have mouse events which gives us current location of cursor and we update the coordinates of object being dragged. Not sure how to achieve drag drop here.