[NUI] Binding DispatchTouchMotion and DispatchHoverMotion
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 21 Sep 2023 06:25:39 +0000 (15:25 +0900)
committerJay Cho <chojoong@gmail.com>
Fri, 27 Oct 2023 02:30:35 +0000 (11:30 +0900)
commit7a6e0631d1cf9ee5466146790c0c74de1a240600
tree3ca12b392b36c2ce8ccfaddda9f5994f9bcfbbae
parent2d41599820496b873205c3c1c5051938e397c032
[NUI] Binding DispatchTouchMotion and DispatchHoverMotion

These determine whether to send touch and hover motion events or not.
This is used when the user does not want to receive motion events.
src/Tizen.NUI/src/internal/Interop/Interop.ActorProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEnum.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs
src/Tizen.NUI/src/public/Window/WindowEvent.cs