[NUI] Add NeedGesturePropagation (#3130)
authorJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Mon, 7 Jun 2021 03:03:43 +0000 (12:03 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 8 Jun 2021 05:35:32 +0000 (14:35 +0900)
commit133c3bde6ffcdb6f93aa00f1443462b799528570
tree88d9d584ed21b4701792e584b953116225a77486
parent547ee0114b31bd7dad0b9f337d7b7a08969c9cfb
[NUI] Add NeedGesturePropagation (#3130)

This is used when the parent view wants to listen to gesture events.
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI/src/internal/Interop/Interop.Actor.cs
src/Tizen.NUI/src/public/Events/LongPressGestureDetector.cs
src/Tizen.NUI/src/public/Events/PanGestureDetector.cs
src/Tizen.NUI/src/public/Events/PinchGestureDetector.cs
src/Tizen.NUI/src/public/Events/RotationGestureDetector.cs
src/Tizen.NUI/src/public/Events/TapGestureDetector.cs