[Tizen] Add WheelEventGeneratedSignal and add clockwise value 45/271545/1 accepted/tizen/6.5/unified/20220223.132714 submit/tizen_6.5/20220223.022356
authorjoogab.yun <joogab.yun@samsung.com>
Fri, 28 Jan 2022 04:13:23 +0000 (13:13 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Wed, 23 Feb 2022 01:11:21 +0000 (10:11 +0900)
commit442106aab305825abe7c2eeed93b52da847a0e91
tree17c0632b733b45acd55a691a82a94c310580b185
parentdeaedcc262bff46650c16aac2f1e8ab596baeda6
[Tizen] Add WheelEventGeneratedSignal and add clockwise value

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: I0c732811213b5f319e663132449be05e8c651547
dali/integration-api/adaptor-framework/scene-holder-impl.h
dali/integration-api/adaptor-framework/scene-holder.cpp
dali/integration-api/adaptor-framework/scene-holder.h
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp