[Tizen] Add InterceptKeyEvent 90/280490/1 accepted/tizen/6.5/unified/20220831.133912 submit/tizen_6.5/20220831.054421
authorjoogab.yun <joogab.yun@samsung.com>
Mon, 27 Jun 2022 09:18:20 +0000 (18:18 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Wed, 31 Aug 2022 01:58:37 +0000 (10:58 +0900)
commit72c0c0343aa6a83940a726946b237c132f32890f
treeea83e4212ab787a86da04007a58972b5e1353f38
parentebbd710c73bbbdf89bbfa2d686ac6d0c3856a458
[Tizen] Add InterceptKeyEvent

Intercepts KeyEvents in the window before dispatching KeyEvents to the control.
If a KeyEvent is consumed, no KeyEvent is delivered to the control.

Change-Id: If6ee2b2fb03d936a7840b4c984129a31bb8b948d
automated-tests/src/dali/utc-Dali-Scene.cpp
dali/integration-api/scene.cpp
dali/integration-api/scene.h
dali/internal/event/common/scene-impl.cpp
dali/internal/event/common/scene-impl.h
dali/internal/event/events/key-event-processor.cpp