[Tizen] Add TOUCH_FOCUSABLE property 98/267498/1
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 3 Jun 2021 06:43:05 +0000 (15:43 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 6 Dec 2021 08:13:13 +0000 (17:13 +0900)
commit556c629fd8b6ae64b43d500ae566b4a450e4406d
tree7a201f4dfcf95e4143fc9cd1adcf77ccf15951a7
parent78371074613b44c6cd3cd5ba03ad48b016601a6b
[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: 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