Input System
Fuchsia Input System 官方文档wiki
架构与分析


从上面的Input事件派发流程可以看到,Fuchisa中一个用户touch事件要经过Zircon -IPC-> RootPresenter -IPC-> Scenic -IPC-> App Client 3次IPC的过程才能到达应用端,这要比Android 的Linux Kernel -> WMS -IPC-> App Client 的流程更长(Google为什么会这样设计 ?)
Fuchsia Input System 官方文档wiki
从上面的Input事件派发流程可以看到,Fuchisa中一个用户touch事件要经过Zircon -IPC-> RootPresenter -IPC-> Scenic -IPC-> App Client 3次IPC的过程才能到达应用端,这要比Android 的Linux Kernel -> WMS -IPC-> App Client 的流程更长(Google为什么会这样设计 ?)