class TouchInjector

Defined at line 16 of file ../../src/ui/scenic/lib/input/dso/touch_injector.h

Implementation of the |fuchsia_ui_pointerinjector_dso::Device| interface. One instance per

channel.

Public Methods

void TouchInjector (inspect::Node inspect_node, InjectorSettings settings, Viewport viewport, fdf::ServerEnd<fuchsia_ui_pointerinjector_dso::Device> device, fit::function<bool (zx_koid_t, zx_koid_t)> is_descendant_and_connected, fit::function<void (InternalTouchEvent, StreamId)> inject, fit::function<void ()> on_channel_closed, async_dispatcher_t * dispatcher)

Defined at line 30 of file ../../src/ui/scenic/lib/input/dso/touch_injector.cc

Protected Methods

void ForwardEvent (fuchsia_ui_pointerinjector::wire::Event & event, StreamId stream_id, uint64_t trace_flow_id)

|Injector|

Defined at line 45 of file ../../src/ui/scenic/lib/input/dso/touch_injector.cc

void CancelStream (uint32_t pointer_id, StreamId stream_id)

|Injector|

Defined at line 97 of file ../../src/ui/scenic/lib/input/dso/touch_injector.cc