#49 : Separate handlers for touchable and non toachable devices

This commit is contained in:
Vadim
2021-08-06 22:25:02 +03:00
parent ab3a66e06a
commit b66ab30a0d
7 changed files with 68 additions and 21 deletions

View File

@@ -1,3 +1,3 @@
export const TAP_DURATION_MS = 200
export const SWIPE_MIN_DURATION_MS = 201
export const TAP_DURATION_MS = 110
export const SWIPE_MIN_DURATION_MS = 111
export const SWIPE_MIN_DISTANCE_PX = 20