[NUI] If borderView is in overlay mode, pass the hittest so that the lower layer...
authorjoogab.yun <joogab.yun@samsung.com>
Fri, 10 Jun 2022 03:48:57 +0000 (12:48 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 21 Jun 2022 10:27:08 +0000 (19:27 +0900)
commit6bad57dcbfebb6e7f12588155ba54ea2c515946e
tree1b400a49d24eb11a60f3bf3a4c2140de3a3f6623
parent2730f6ff16fb9430f9cbc3a27a444dc53c5bdf78
[NUI] If borderView is in overlay mode, pass the hittest so that the lower layer can be hit.

When in overlay mode, the border layer is raised to the top.

In this case, a touch is received from the border layer, and the touch event is not received from the lower root layer.

So let's pass the hittest of the border layer.
src/Tizen.NUI/src/public/Window/BorderWindow.cs
src/Tizen.NUI/src/public/Window/DefaultBorder.cs
src/Tizen.NUI/src/public/Window/IBorderInterface.cs