class LocalHit
Defined at line 593 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer.augment/fuchsia.ui.pointer.augment/hlcpp/fuchsia/ui/pointer/augment/cpp/fidl.h
A method for a client to upgrade its touch event protocol to additionally
receive local-hit data for touch events.
Public Members
static const char[] Name_
Public Methods
void ~LocalHit ()
void Upgrade (::fidl::InterfaceHandle< ::fuchsia::ui::pointer::TouchSource> original, UpgradeCallback callback)
An exchange from an `original` touch protocol endpoint to an `augmented`
touch protocol endpoint. If successful, `error` is empty, `original` is
consumed, and `augmented` is returned for the client's use. Otherwise,
the `error` carries back `original` for the client's use, and
`augmented` is null.