Add InterceptKeyEvent 83/276883/4
authorjoogab.yun <joogab.yun@samsung.com>
Mon, 27 Jun 2022 09:18:20 +0000 (18:18 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Fri, 1 Jul 2022 06:16:33 +0000 (15:16 +0900)
commitd350563ccee80b7edfe29266a1447a8cd84c7581
treeda99381d6c96f79127259a417f5766b26588aacd
parent942dc6d0c221800204c5551b57a0ef88cea2c42d
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