class TouchScreenSimulateTapRequest

Defined at line 3083 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::math::Vec & tap_location ()

Location of the tap event, in the coordinate units specified during

registration.

Defined at line 3091 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

bool has_tap_location ()

Defined at line 3095 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

::fuchsia::math::Vec * mutable_tap_location ()

Location of the tap event, in the coordinate units specified during

registration.

Defined at line 3101 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

void clear_tap_location ()

Defined at line 3109 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/hlcpp/fuchsia/ui/test/input/cpp/fidl.h

TouchScreenSimulateTapRequest & set_tap_location (::fuchsia::math::Vec _value)
void TouchScreenSimulateTapRequest ()
void TouchScreenSimulateTapRequest (TouchScreenSimulateTapRequest && other)
void ~TouchScreenSimulateTapRequest ()
TouchScreenSimulateTapRequest & operator= (TouchScreenSimulateTapRequest && other)
::std::unique_ptr<TouchScreenSimulateTapRequest> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TouchScreenSimulateTapRequest * _value, size_t _offset)
zx_status_t Clone (TouchScreenSimulateTapRequest * _result)