tree: 1ac345f7da641764300b51cb4e9af75cb587fff1 [path history] [tgz]
  1. a11y_touch_dispatcher_impl.cc
  2. a11y_touch_dispatcher_impl.h
  3. app.cc
  4. app.h
  5. BUILD.gn
  6. main.cc
  7. README.md
bin/a11y/a11y_touch_dispatcher/README.md

A11y Touch Dispatcher

This service routes raw input events from one active Presentation to one gesture detection client, and simulates inputs from the client back to the presentation. This service is currently a standalone binary rather than a part of a11y manager because the manager has no dependencies on the dispatcher. In the future, it might make sense to implement this service in the a11y manager if the manager needs a easy way of querying information from the dispatcher.