forked from organicmaps/organicmaps
Merge pull request #3403 from rokuz/tuned-long-tap-time
Tuned long tap time
This commit is contained in:
commit
d56d75973d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace
|
|||
{
|
||||
|
||||
uint64_t const kDoubleTapPauseMs = 250;
|
||||
uint64_t const kLongTouchMs = 1000;
|
||||
uint64_t const kLongTouchMs = 500;
|
||||
uint64_t const kKineticDelayMs = 500;
|
||||
|
||||
float const kForceTapThreshold = 0.75;
|
||||
|
|
Loading…
Add table
Reference in a new issue