class PointerEventRegistry
Defined at line 846 of file fidling/gen/sdk/fidl/fuchsia.ui.input.accessibility/fuchsia.ui.input.accessibility/hlcpp/fuchsia/ui/input/accessibility/cpp/fidl.h
PointerEventRegistration allows an accessibility service to register a
pointer event listener, so that it can intercept pointer events before they
reach clients.
Public Members
static const char[] Name_
Public Methods
void ~PointerEventRegistry ()
void Register (::fidl::InterfaceHandle< ::fuchsia::ui::input::accessibility::PointerEventListener> pointer_event_listener, RegisterCallback callback)
Registers a listener to start receiving incoming pointer events. For
now, only one listener is allowed and the first to register is honored.