class PointerinjectorRegistry

Defined at line 25 of file ../../src/ui/scenic/lib/input/dso/pointerinjector_registry.h

Handles the registration and config validation of fuchsia::ui::pointerinjector_dso clients.

Public Methods

void OnNewViewTreeSnapshot (std::shared_ptr<const view_tree::Snapshot> snapshot)

Defined at line 36 of file ../../src/ui/scenic/lib/input/dso/pointerinjector_registry.h

void PointerinjectorRegistry (TouchInjectFunc inject_touch_exclusive, TouchInjectFunc inject_touch_hit_tested, async_dispatcher_t * dispatcher, inspect::Node inspect_node)

Defined at line 73 of file ../../src/ui/scenic/lib/input/dso/pointerinjector_registry.cc

void Bind (fdf::Channel channel)

Defined at line 82 of file ../../src/ui/scenic/lib/input/dso/pointerinjector_registry.cc

void Register (RegisterRequestView Request, fdf::Arena & arena, RegisterCompleter::Sync & completer)

Defined at line 89 of file ../../src/ui/scenic/lib/input/dso/pointerinjector_registry.cc