[roll] Roll fuchsia [scenic] pointerinjector system manages wake leases

Note: The addition of the zx::eventpair handle had
a cascading effect on the code, forcing event
structs to become move-only, in turn requiring
changing function signatures (and using std::move
at those call sites). This accounts for the bulk
of the changes.

Original-Bug: 443728211
Test: fx test input_unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1414254
Original-Revision: 05f0e92720d43e9b00feaa1697fd10c96ea2e34c
GitOrigin-RevId: 38b78d6686c3632afc0b521c0ff0b87ed62889a7
Change-Id: Ifbae88ea572be9036b17d4f05f5004265be016c5
1 file changed
tree: 33fb00856bd8542a04ef0f8a558b0210d10e0568
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.