提交 ae9ad396 编写于 作者: J Jêrôme Poichet 提交者: GitHub

[flutter] Mozart API changed (#3504)

Updating SetListener to SetEventListener which comes with a new SetHitViewTester
上级 88ffaa77
......@@ -138,7 +138,7 @@ void RuntimeHolder::CreateView(
ConnectToService(view_services.get(), GetProxy(&input_connection_));
mozart::InputListenerPtr input_listener;
input_listener_binding_.Bind(GetProxy(&input_listener));
input_connection_->SetListener(std::move(input_listener));
input_connection_->SetEventListener(std::move(input_listener));
#if FLUTTER_ENABLE_VULKAN
direct_input_ = std::make_unique<DirectInput>(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册