[Tizen] For custom wheel events, event propagation starts from the focused actor. 46/271546/1 accepted/tizen/6.5/unified/20220223.132705 submit/tizen_6.5/20220223.022356
authorjoogab.yun <joogab.yun@samsung.com>
Wed, 26 Jan 2022 06:59:56 +0000 (15:59 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Wed, 23 Feb 2022 01:12:20 +0000 (10:12 +0900)
commit81ced757457ad4677e44e48850da3eddf20c2c52
treeef95668e4742205011612b5641398a81426eceea
parent7690d476db72fb374cb4bbb0fe42bc4ceb6bed93
[Tizen] For custom wheel events, event propagation starts from the focused actor.

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).

Change-Id: Ifc2f180246bb282efeb5094f970f38b0b76d8dad
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-scene-holder-impl.h
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-scene-holder.cpp
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.cpp
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.h
automated-tests/src/dali-toolkit/utc-Dali-KeyboardFocusManager.cpp
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.h