class TouchEventWithLocalHit

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

Public Methods

void TouchEventWithLocalHit (Storage_ storage)
void TouchEventWithLocalHit (::fuchsia_ui_pointer::TouchEvent touch_event, uint64_t local_viewref_koid, ::std::array<float, 2> local_point)
void TouchEventWithLocalHit ()

Default constructs a |TouchEventWithLocalHit| only if all of its members are default constructible.

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

void TouchEventWithLocalHit (TouchEventWithLocalHit && )

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

TouchEventWithLocalHit & operator= (TouchEventWithLocalHit && )

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

const ::fuchsia_ui_pointer::TouchEvent & touch_event ()

Identical usage to [`fuchsia.ui.pointer.TouchEvent`].

::fuchsia_ui_pointer::TouchEvent & touch_event ()

Identical usage to [`fuchsia.ui.pointer.TouchEvent`].

TouchEventWithLocalHit & touch_event (::fuchsia_ui_pointer::TouchEvent value)

Identical usage to [`fuchsia.ui.pointer.TouchEvent`].

uint64_t local_viewref_koid ()

Augmented data for `touch_event` that describes the top-most client

KOID that it hits.

uint64_t & local_viewref_koid ()

Augmented data for `touch_event` that describes the top-most client

KOID that it hits.

TouchEventWithLocalHit & local_viewref_koid (uint64_t value)

Augmented data for `touch_event` that describes the top-most client

KOID that it hits.

const ::std::array<float, 2> & local_point ()

Augmented data for `touch_event` that describes its local coordinates in

the coordinate space for `local_viewref_koid`.

::std::array<float, 2> & local_point ()

Augmented data for `touch_event` that describes its local coordinates in

the coordinate space for `local_viewref_koid`.

TouchEventWithLocalHit & local_point (::std::array<float, 2> value)

Augmented data for `touch_event` that describes its local coordinates in

the coordinate space for `local_viewref_koid`.

void TouchEventWithLocalHit (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits