[Tizen] Add TOUCH_FOCUSABLE property 99/267499/1
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 3 Jun 2021 06:42:30 +0000 (15:42 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 6 Dec 2021 08:30:10 +0000 (17:30 +0900)
commitaf9e654062494a2217f8d0a4b8d1c110005d9f9f
treea0f3f52fbd6b4c3f1be8e078e385805ad7ecd8e8
parent917dc295a6860bf939912900218a82acac457100
[Tizen] Add TOUCH_FOCUSABLE property

This is a property that allows you to have focus even when touched.

It works only when KEYBOARD_FOCUSABLE is set to true.

KEYBOARD_FOCUSABLE :  whether the view can have focus or not
TOUCH_FOCUSABLE    :  Whether the user can focus by touch

Change-Id: Ie308c75931df2cf74f45d851bc76e662c055635a
automated-tests/src/dali-toolkit/utc-Dali-KeyboardFocusManager.cpp
dali-toolkit/internal/focus-manager/keyboard-focus-manager-impl.cpp