mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Viewer: Increase the threshold for detecting pinches
This commit is contained in:
parent
1247a0d512
commit
382ac528e8
@ -9,7 +9,7 @@ HOLD_THRESHOLD = 750 # milliseconds
|
|||||||
TAP_THRESHOLD = 8 # pixels
|
TAP_THRESHOLD = 8 # pixels
|
||||||
SWIPE_THRESHOLD = 64 # pixels
|
SWIPE_THRESHOLD = 64 # pixels
|
||||||
TAP_LINK_THRESHOLD = 5 # pixels
|
TAP_LINK_THRESHOLD = 5 # pixels
|
||||||
PINCH_THRESHOLD = 10 # pixels
|
PINCH_THRESHOLD = 20 # pixels
|
||||||
LONG_TAP_THRESHOLD = 500 # milliseconds
|
LONG_TAP_THRESHOLD = 500 # milliseconds
|
||||||
|
|
||||||
gesture_id = 0
|
gesture_id = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user