tree: f60519bd977c7852242477fa5995890896b210f7 [path history] [tgz]
  1. BUILD.gn
  2. consumer_control.fidl
  3. descriptor.fidl
  4. device.fidl
  5. device_ids.fidl
  6. fuchsia.input.report.api
  7. keyboard.fidl
  8. led.fidl
  9. mouse.fidl
  10. overview.fidl
  11. README.md
  12. report.fidl
  13. sensor.fidl
  14. touch.fidl
  15. units.fidl
sdk/fidl/fuchsia.input.report/README.md

Fuchsia Input Report

Note: This is a low-level input API and it should only be used by trusted system programs. Most applications should use the real input stack (either directly from the SceneManager component or another component integrated with the input pipeline) library to get things like IME, localization, and proper input focus.

fuchsia.input.report is the lowest level of structured input in the Fuchsia system. This API maps as closely as possible to the hardware of input devices while still being easy to use and configure. It is heavily inspired by the HID standard.

For more information, see the Fuchsia Input Drivers document.