tree: 9193b28752ee1e7a2f078db59d22e74078a44323 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. README.md
src/session/lib/input/README.md

input

Reviewed on: 2021-01-21

input is a library for adding an input pipeline to sessions. For more information, see Input client library.

Building

To add input to your build, append --with //src/session/lib/input to the fx set invocation.

Using

input can be used by depending on the //src/session/lib/input GN target.

input is not available in the SDK.

Testing

Unit tests for input are available in the input_tests package.

$ fx test input_tests

Source layout

The main implementation is linked in src/lib.rs.