mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 21:52:51 +00:00
Merge pull request #60224 from pfeodrippe/fix-simultaneous-touches
This commit is contained in:
commit
cb7a5a81ad
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user