[NUI] Add API for consuming keyEvent in Widget (#4002)
authortscholb <scholb.kim@samsung.com>
Mon, 21 Mar 2022 08:47:56 +0000 (17:47 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 22 Mar 2022 08:34:14 +0000 (17:34 +0900)
commit8171a56357334cb3853edda57bba660de148dbbd
treedb062fc9d601fef01c4674d328b7e78eb10e7936
parente6dd045001548da7aeb4f88b1ab5b69de5c84f90
[NUI] Add API for consuming keyEvent in Widget (#4002)

When a widget consumes a keyEvent, the WidgetView must also consume that keyEvent.
the API called SetUsingKeyEvent() allows the WidgetApplication to set this flag.
src/Tizen.NUI/src/internal/Interop/Interop.WidgetImpl.cs
src/Tizen.NUI/src/internal/Widget/WidgetImpl.cs
src/Tizen.NUI/src/public/Widget/Widget.cs