[Tizen] If MaximumTapsRequired is 1, it is not waiting for a multi-tap, so a Tap... 79/270979/1
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 10 Feb 2022 05:00:00 +0000 (14:00 +0900)
committerjoogab.yun <joogab.yun@samsung.com>
Mon, 14 Feb 2022 00:16:52 +0000 (09:16 +0900)
commit8672ce7601a6e0314451853742e68b65f7abd36f
treeaa3adee8767c245051c174b2b22ccb8194a8c4aa
parent55550efaaf5ca2335a29a915eb441ad257a6dfba
[Tizen] 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