tree: d42d6a13e34be51596c32f76065fe4ffc2342fad [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. main.cc
  15. perspective_demo_mode.cc
  16. perspective_demo_mode.h
  17. presentation.cc
  18. presentation.h
  19. presentation_switcher.cc
  20. presentation_switcher.h
  21. README.md
  22. renderer_params.cc
  23. 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.