[NUI] Add KeyInputFocus property to View (#1969)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Thu, 3 Sep 2020 06:40:28 +0000 (15:40 +0900)
committerGitHub <noreply@github.com>
Thu, 3 Sep 2020 06:40:28 +0000 (15:40 +0900)
commit37cf28c16b09c99dc247cdf722359d64b1aab98b
treed2f72bed73286adbde5941c1fd473efffa4fd724
parent31a08c4e214d7bd51511238e4b162baf6e4bd8e2
[NUI] Add KeyInputFocus property to View (#1969)

- KeyInputFocus is to receive key events to View.
- This property is originally public on DALi package,
 so to use it in NUI app, it should be supplied even as hidden API.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEnum.cs