Merge pull request #347 from chinmaygarde/master

Enable multiple touches on SkySurface on iOS
This commit is contained in:
Chinmay Garde 2015-07-28 18:10:01 -07:00
commit 0e3cb9bdc4

View File

@ -67,6 +67,7 @@ static sky::InputEventPtr BasicInputEventFromRecognizer(
self = [super init];
if (self) {
_shell_view.reset(shellView);
self.multipleTouchEnabled = YES;
[self installGestureRecognizers];
}
return self;