Add TOUCH_FOCUSABLE property 58/259258/15
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 3 Jun 2021 06:43:05 +0000 (15:43 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Fri, 11 Jun 2021 06:43:33 +0000 (15:43 +0900)
commit8e608b47d6273e8daf88c66b4b11fadf83cd1bd4
treeb1d5f75273d86925b28fd666082d5965eeaa851e
parent3814d26eacf1455c728cf0db4acd6443b48a4060
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: Id991d7a0bd734718164b874f013e24235476e789
automated-tests/src/dali/utc-Dali-Actor.cpp
dali/devel-api/actors/actor-devel.h
dali/internal/event/actors/actor-impl.cpp
dali/internal/event/actors/actor-impl.h
dali/internal/event/actors/actor-property-handler.cpp
dali/internal/event/events/hit-test-algorithm-impl.cpp