Add WheelEventGeneratedSignal and add clockwise value 63/270163/13
authorjoogab.yun <joogab.yun@samsung.com>
Fri, 28 Jan 2022 04:13:23 +0000 (13:13 +0900)
committerjoogab yun <joogab.yun@samsung.com>
Thu, 17 Feb 2022 06:52:46 +0000 (06:52 +0000)
commit285fd6bdbe49aca4dafeeeb63fd964f94eaa8c0c
tree158b1915631f0d95764fc43b80f187d42e7af677
parentba3a466c10226161e7b95436448a923678e07ce3
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