Get touch location of widget object [addTouchEventListener]

I am trying to get touch/moved location for widget
case Widget::TouchEventType::MOVED:

however, there is no Touch* reference in Widget’s addTouchEventListener.
Is there a way to determine the move amount or new location for widget object at all?

Thans

Found solution, it’s layout->getTouchMovePosition();

1 Like

thank you, I need it too, and in the API is not documented yet