class TouchSourceWithLocalHit

Defined at line 685 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer.augment/fuchsia.ui.pointer.augment/hlcpp/fuchsia/ui/pointer/augment/cpp/fidl.h

Like [`fuchsia.ui.pointer.TouchSource`], but with additional information

about the local-hit position of touch events, and otherwise identical in

operation. See [`fuchsia.ui.pointer.TouchSource`] for regular usage

information.

Public Methods

void ~TouchSourceWithLocalHit ()
void Watch (::std::vector< ::fuchsia::ui::pointer::TouchResponse> responses, WatchCallback callback)

Identical usage to [`fuchsia.ui.pointer.TouchSource.Watch`], but with

augmented data.

void UpdateResponse (::fuchsia::ui::pointer::TouchInteractionId interaction, ::fuchsia::ui::pointer::TouchResponse response, UpdateResponseCallback callback)

Identical usage to [`fuchsia.ui.pointer.TouchSource.UpdateResponse`].