PROTOCOLS
PointerEventRegistry
Defined in fuchsia.ui.policy.accessibility/accessibility.fidl
Register
Registers a listener with Scenic which will receive accessibility pointer events. These events will be handled by the accessibility listener, which will have the chance to either consume or reject them. If rejected, they will continue their normal flow. Only one listener can be registered.
Request
Name | Type |
---|---|
pointer_event_listener |
fuchsia.ui.input.accessibility/PointerEventListener
|
Response
Name | Type |
---|---|
success |
bool
|