Modify so that unnecessary hover events do not occur when the device is touch. 08/294108/3
authorjoogab.yun <joogab.yun@samsung.com>
Tue, 13 Jun 2023 07:56:37 +0000 (16:56 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Tue, 13 Jun 2023 08:36:11 +0000 (17:36 +0900)
commit1a0fa652901ec9fbb5bcf3a805de60e7a3668ad0
treeef9805810df6a5d26b4b824f20ee1a0d372d2987
parentec39cb64ba6324aa5f8b31d6225b75d7930d22d3
Modify so that unnecessary hover events do not occur when the device is touch.

On touch down the MOTION -> STARTED event received at the same time.
In this case, unnecessary hoverEvent may be triggered by the MOTION event.
So, in case of touch device, it is ignored.

Change-Id: Idad7ba7e890c85180772f244b6ca42da2591ba85
dali/integration-api/events/touch-event-combiner.cpp