Fix simulatenous touches for different touch types

(cherry picked from commit a6f06d57dc)
This commit is contained in:
Paulo Feodrippe 2022-04-13 22:52:08 -03:00 committed by Rémi Verschelde
parent 62c48a0cf9
commit 38c23419d9
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,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");