[NUI] Binding DispatchTouchMotion and DispatchHoverMotion
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 21 Sep 2023 06:25:39 +0000 (15:25 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Mon, 25 Sep 2023 06:47:45 +0000 (15:47 +0900)
commit7c25a740f0256551436f6878bc626cb682d990c1
tree0b2c84945ad801127dd4c6b10929f516c093c132
parent65aa1eddd9787d8a3566acea0c5e02cf97256152
[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