mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-29 12:29:18 +01:00
Ported: Fix simulatenous touches for different touch types - Paulo Feodrippe
c46bbdee53
This commit is contained in:
parent
b7907d951c
commit
5b4d506183
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user