PROTOCOLS
InputDeviceRegistry
Defined in fuchsia.input.injection/input_device_registry.fidl
A protocol used to to inject input devices for testing.
Register
Registers an input device represented by device
.
On registration, the InputDeviceRegistry starts listening for input reports on the
InputReportsReader returned by device.GetInputReportsReader().
Request
Name | Type |
---|---|
device |
fuchsia.input.report/InputDevice
|