The hover event now starts in the STARTED state when a new actor is encountered. 86/290486/16
authorjoogab.yun <joogab.yun@samsung.com>
Mon, 27 Mar 2023 09:56:08 +0000 (18:56 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Fri, 31 Mar 2023 04:30:11 +0000 (13:30 +0900)
commit55a4cc353e1e86b6311e349f1f3e8d8966eba517
tree6a99e8ead60226164e32fb6f5b37acd9c55a8b80
parent42507c942aa4a96a6f66bf9aa293fe62448b17b5
The hover event now starts in the STARTED state when a new actor is encountered.

When hover event is registered, only motion comes. You can't know that the hover has started on that actor.
So, when the hover starts on the new actor, set it to STARTED state.

Change-Id: If25595536bce2279529847056ed962c515632165
automated-tests/src/dali/utc-Dali-HoverProcessing.cpp
dali/internal/event/events/hover-event-processor.cpp
dali/public-api/actors/actor.h
dali/public-api/events/hover-event.h