How to pass Pointer Index 1 to widget bellow Drag Widget?

Drag Widget is working but how to pass

Pointer Event->Utilities->Pointer Event->Get Pointer Index = 1

to widget bellow?

Pointer index 0 (mouse) is used for dragging but using second finger does not register on widgets bellow Drag widget.

Enable Gesture Recognizer is enabled in Project Settings.

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 and detect pointer index.