If MaximumTapsRequired is 1, it is not waiting for a multi-tap, so a Tap gesture... 43/270843/1
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 10 Feb 2022 05:00:00 +0000 (14:00 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Thu, 10 Feb 2022 05:00:00 +0000 (14:00 +0900)
commiteb973eb464c44d24f09ea445fa080bcc8b58aaf9
tree465bef5107b509b701b8e9affd7b463ad6b069a7
parent9743f710ac63398e62a0a8f0f096eabd1f853bf5
If MaximumTapsRequired is 1, it is not waiting for a multi-tap, so a Tap gesture send a single tap.

Even if set to tapGestureDetector.SetMaximumTapsRequired(1);
When user tap multiple times quickly, the tap gesture event now fires only once every maximum Allowed Time (500ms).

If MaximumTapsRequired is 1, user want to receive tap gesture events immediately because we are not waiting for a multi-tap.

Change-Id: I9651facb9650982e2e0dc414974677c531481bf8
dali/internal/event/events/tap-gesture/tap-gesture-recognizer.cpp