Add TOUCH_FOCUSABLE property 56/259256/7
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 3 Jun 2021 06:42:30 +0000 (15:42 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 7 Jun 2021 01:46:49 +0000 (10:46 +0900)
commitc14e39b4db65670dcc6c17f03a95035f364c80e5
treea539beacbfef5bd534281e024ad1597ad14d8eec
parentec503e92aa01bc67f8ea118cf14aa3b1ed9d390e
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