[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>
Tue, 22 Feb 2022 06:15:10 +0000 (15:15 +0900)
commit7f1459d49605aac15e3fb8d240ba1088b9f85751
tree6b1927b830e5fb36e244796d4bc6ae5c651d25f1
parentc8da837e7c674ef9d0e0b1a36f6bf3561d78205f
[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