How to implement Drag Widget with second finger touch?

When dragging widget with touch (first finger) how to implement second finger touch that triggers function or event?

Solved? On Touch Ended is not blocked by drag widget so create another widget with image, set on that widget On Touch Ended function (Call dispatcher) and then on widget that is used for dragging visual make listener (Bind) and you can do transformations on dragged image.