1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #58586 from naithar/fix/ios-multitouch

[iOS] Fix multitouch not working correctly
This commit is contained in:
Rémi Verschelde
2022-03-01 08:45:29 +01:00
committed by GitHub

View File

@@ -154,6 +154,8 @@ static const float earth_gravity = 9.80665;
[self initTouches];
self.multipleTouchEnabled = YES;
// Configure and start accelerometer
if (!self.motionManager) {
self.motionManager = [[CMMotionManager alloc] init];