Ported: Fix simulatenous touches for different touch types - Paulo Feodrippe

c46bbdee53
This commit is contained in:
Relintai 2022-07-27 14:33:08 +02:00
parent b7907d951c
commit 5b4d506183

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");