You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Fix simulatenous touches for different touch types
(cherry picked from commit a6f06d57dc)
This commit is contained in:
committed by
Rémi Verschelde
parent
46c4e2e704
commit
c46bbdee53
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user