Merge pull request #60224 from pfeodrippe/fix-simultaneous-touches

This commit is contained in:
Rémi Verschelde 2022-05-03 13:56:45 +02:00 committed by GitHub
commit cb7a5a81ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,7 @@ const CGFloat kGLGestureMovementDistance = 0.5;
self.cancelsTouchesInView = YES;
self.delaysTouchesBegan = YES;
self.delaysTouchesEnded = YES;
self.requiresExclusiveTouchType = NO;
self.delayTimeInterval = GLOBAL_GET("input_devices/pointing/ios/touch_delay");