提交 0ca1c20f 编写于 作者: C Chinmay Garde

Enable multiple touches on SkySurface on iOS

上级 306ba1c5
......@@ -67,6 +67,7 @@ static sky::InputEventPtr BasicInputEventFromRecognizer(
self = [super init];
if (self) {
_shell_view.reset(shellView);
self.multipleTouchEnabled = YES;
[self installGestureRecognizers];
}
return self;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册