[NUI] Rotary Event (Custom Wheel Type) improvement
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 25 Jan 2022 02:20:41 +0000 (11:20 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 23 Feb 2022 01:14:10 +0000 (10:14 +0900)
commit86ab24c97fad65d6efa6ff9ec7f6134349897d88
tree2d1e599d2cf4f0ddb8fc27ad0c053522f0dd9153
parent18b2d9b452d9a145b6741cae91523f53246a774a
[NUI] Rotary Event (Custom Wheel Type) improvement

Previously, RotaryEvents could always be received only by window.
Now, User can receive Rotary Events in focused View as well.
It is also possible to propagate events to the parent view.

If there is no focused View, the window will receive the event.

This only applies to Rotary Event(CustomWheel type).
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/TouchGestureSample.cs