[roll] Roll fuchsia [starnix] Merge mouse wheel events per frame

When processing a batch of Fuchsia mouse events, we were emitting
multiple `REL_WHEEL` events if multiple events in the batch had
scroll ticks. This resulted in multiple `REL_WHEEL` events before a
single `SYN_REPORT`.

This change merges the scroll ticks from all events in the batch
into a single `REL_WHEEL` event with the summed value, ensuring only
one `REL_WHEEL` per `EV_SYN` frame.

Original-Bug: b/500834737
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1573855
Original-Revision: 41fead1c99faa954ccf5461de576adad85c73ce1
GitOrigin-RevId: 90f27781fedc6ea5fc5e984b970964f9b795bd93
Change-Id: I474827f87e429b4fb63b0365d61c3f8976796ccd
1 file changed
tree: c04325bd10b2e5c5d945936c9eba43d42d10b824
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.