class InjectorManagerInterface

Defined at line 13 of file ../../src/ui/a11y/lib/input_injection/injector_manager.h

Public Methods

bool InjectEventIntoView (fuchsia::ui::input::InputEvent & event, zx_koid_t koid)

Attempts to inject |event| from the a11y view into the view specified by

|koid|.

Returns true on success and false on error (e.g. if no injector exists for

|koid| or if the view is not ready for injection).

void InjectorManagerInterface ()

Defined at line 15 of file ../../src/ui/a11y/lib/input_injection/injector_manager.h

bool MarkViewReadyForInjection (zx_koid_t koid, bool ready)

Marks the view with |koid| that is providing semantics ready / not ready for injection.

void ~InjectorManagerInterface ()

Defined at line 16 of file ../../src/ui/a11y/lib/input_injection/injector_manager.h