tree: dfda50d268403ac2a8af1d418993c84fd8b84c9a [path history] [tgz]
  1. meta/
  2. app.cc
  3. app.h
  4. fuchsiavox_gesture_state_machine.png
  5. fuchsiavox_impl.cc
  6. fuchsiavox_impl.h
  7. gesture_detector.cc
  8. gesture_detector.h
  9. gesture_listener.h
  10. main.cc
  11. README.md
garnet/bin/a11y/fuchsiavox/README.md

Fuchsiavox

This directory is deprecated. All the files in this directory are for reference only and will be deleted once they are replaced with new implementation.

This is a basic implementation of the Fuchsiavox a11y service for Fuchsia. Its a work in progress with the current capabilities:

  • Single tap/slide one finger to read text under finger and set a11y focus.
  • Double tap to perform a tap action.
  • Use two finger touch to simulate using one finger regularly.

Requires connections to the a11y manager and a11y touch dispatcher service to function.

Currently inactive due to work for SCN-1124.

Gesture Detection State Diagram

Gesture State Diagram