[NUI] Add DispatchTouchEvents
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 28 Jul 2022 07:11:32 +0000 (16:11 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 2 Aug 2022 06:47:49 +0000 (15:47 +0900)
commit00fde0939bb01df9b8575394b9cfbca268b4d689
tree0f7e60cd0dcb2d46e258fe6bf88ba5d425469ebb
parent486683fc6e029b45f190bc461c3008d5e1853617
[NUI] Add DispatchTouchEvents

This determines whether touch events are emitted or not.

If DispatchTouchEvents is set to false
The View will not receive a TouchEvent and its parents will not receive the TouchEvent.

This works without adding a TouchEvent callback in the View.
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs