Add a Hit-Test result events. 76/270976/6
authorjoogab.yun <joogab.yun@samsung.com>
Sat, 12 Feb 2022 06:26:44 +0000 (15:26 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Thu, 3 Mar 2022 02:57:30 +0000 (11:57 +0900)
commitbeea9cdf1b42327c5ca0a3d047181a22d9aaa81d
tree2183049fa4b055a60b10718f8f01e2993ae4d386
parent1cbc726eb9d661d48e5c2ec6628a43506852c190
Add a Hit-Test result events.

In the case of TouchEvent or Gesture, there is no way to propagate the event to the view below that is not related.

So, before sending an touch event, send an hitTestResult event to the view in the hit-test process to ask whether it will be hit or not.
If it returns false, it means that it will not be hit, and the hit-test continues to the next view.

Change-Id: Iddd07ace348441e7a51683352bea59531a3548ad
dali-csharp-binder/src/dali-wrap.cpp