mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 19:23:20 +03:00
adjust kScaleSlop
This commit is contained in:
@@ -11,7 +11,7 @@ enum CustomTouchGestureState {
|
||||
twoFingerPan
|
||||
}
|
||||
|
||||
const kScaleSlop = kPrecisePointerPanSlop / 10;
|
||||
const kScaleSlop = kPrecisePointerPanSlop / 15;
|
||||
|
||||
class CustomTouchGestureRecognizer extends ScaleGestureRecognizer {
|
||||
CustomTouchGestureRecognizer({
|
||||
|
||||
Reference in New Issue
Block a user