[roll] Roll fuchsia [scenic][ui-input] Add Viewport concept to InputSystem

Adds the Viewport concept to InputSystem by creating a new internal
type to represent pointer events, which the different FIDL types
translate to and from.
This lets us redefine the screen dimensions of legacy injection as
its viewport, and in turn redefine a11y normalized coordinates in
terms of the viewport.

In preparation for hit tested input injection with the new API

Original-Fixed: 52970, 52135

Test: fx test input_unittests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/395357
Original-Revision: a6e2fad92f598d5e00e57ae74bbb1c1c40c4775f
GitOrigin-RevId: 45c30d2262497804ba54857bc049683cd56e2516
Change-Id: I20968939f0eac326d2a2f4bc3361c22cd69f5f9e
1 file changed
tree: 2f1c8826834704a2d52d58d9a2fcf323671295e5
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
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 via the IRC channel #fuchsia on Freenode.

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.