tree: d802b993d8347ade667add7c9271156586535307 [path history] [tgz]
  1. displays/
  2. meta/
  3. resources/
  4. tests/
  5. app.cc
  6. app.h
  7. BUILD.gn
  8. display_rotater.cc
  9. display_rotater.h
  10. display_size_switcher.cc
  11. display_size_switcher.h
  12. display_usage_switcher.cc
  13. display_usage_switcher.h
  14. factory_reset_manager.cc
  15. factory_reset_manager.h
  16. main.cc
  17. perspective_demo_mode.cc
  18. perspective_demo_mode.h
  19. presentation.cc
  20. presentation.h
  21. presentation_switcher.cc
  22. presentation_switcher.h
  23. README.md
  24. renderer_params.cc
  25. renderer_params.h
garnet/bin/ui/root_presenter/README.md

Root Presenter

This directory contains the Root Presenter, a service which binds view trees to a renderer and provides input.

This application must be run within an environment that includes the compositor and view manager.

See also the Launch program which is used to launch a view provider application and ask the Presenter in its environment to display it.

USAGE

This program should not be run directly.

Use launch instead.