mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #347 from chinmaygarde/master
Enable multiple touches on SkySurface on iOS
This commit is contained in:
commit
0e3cb9bdc4
@ -67,6 +67,7 @@ static sky::InputEventPtr BasicInputEventFromRecognizer(
|
||||
self = [super init];
|
||||
if (self) {
|
||||
_shell_view.reset(shellView);
|
||||
self.multipleTouchEnabled = YES;
|
||||
[self installGestureRecognizers];
|
||||
}
|
||||
return self;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user