class TouchInputReport

Defined at line 3354 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

`TouchInputReport` describes the current contacts recorded by the touchscreen.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector< ::fuchsia::input::report::ContactInputReport> & contacts ()

The contacts currently being reported by the device.

Defined at line 3361 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

bool has_contacts ()

Defined at line 3365 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

::std::vector< ::fuchsia::input::report::ContactInputReport> * mutable_contacts ()

The contacts currently being reported by the device.

Defined at line 3370 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

void clear_contacts ()

Defined at line 3378 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

const ::std::vector< ::fuchsia::input::report::TouchButton> & pressed_buttons ()

Defined at line 3386 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

bool has_pressed_buttons ()

Defined at line 3390 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

::std::vector< ::fuchsia::input::report::TouchButton> * mutable_pressed_buttons ()

Defined at line 3394 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

void clear_pressed_buttons ()

Defined at line 3402 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h

TouchInputReport & set_contacts (::std::vector< ::fuchsia::input::report::ContactInputReport> _value)
TouchInputReport & set_pressed_buttons (::std::vector< ::fuchsia::input::report::TouchButton> _value)
void TouchInputReport ()
void TouchInputReport (TouchInputReport && other)
void ~TouchInputReport ()
TouchInputReport & operator= (TouchInputReport && other)
::std::unique_ptr<TouchInputReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TouchInputReport * _value, size_t _offset)
zx_status_t Clone (TouchInputReport * _result)