Merge pull request #58317 from naithar/fix/ios-drag-input

This commit is contained in:
Rémi Verschelde 2022-02-19 15:39:33 +01:00 committed by GitHub
commit 6a51999b7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ const CGFloat kGLGestureMovementDistance = 0.5;
return;
}
[self.godotView touchesMoved:cleared withEvent:event];
[self.godotView godotTouchesMoved:cleared withEvent:event];
[super touchesMoved:touches withEvent:event];
}