blob: fd8b04582e180f13247577cd9eef24adf96e8efe [file] [log] [blame] [view]
# Root Presenter
The Root Presenter component has been deprecated and removed. Specifically, it has been replaced with:
- [Input Pipeline](./../input-pipeline/README.md) for managing input device lifecycle and lower-level
input event dispatch, and
- [Scene Manager](./../scene_manager/README.md) for creating the root of the global scene graph and
connecting root-level Views by clients such as Sys UI.
- Virtual Keyboard Manager for providing virtual keyboard functionality.