class TouchFeatureDescriptor
Defined at line 2938 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
Describes the format of the touchpad configuration's feature report. Feature reports
can be requested from the touchpad, or sent to the touchpad.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const bool & supports_input_mode ()
Indicates whether or not touch feature descriptor supports different input modes.
Defined at line 2945 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool has_supports_input_mode ()
Defined at line 2949 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool * mutable_supports_input_mode ()
Indicates whether or not touch feature descriptor supports different input modes.
Defined at line 2954 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
void clear_supports_input_mode ()
Defined at line 2962 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
TouchFeatureDescriptor & set_supports_input_mode (bool _value)
const bool & supports_selective_reporting ()
Indicates whether or not touch feature descriptor supports selective reporting.
Defined at line 2971 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool has_supports_selective_reporting ()
Defined at line 2975 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool * mutable_supports_selective_reporting ()
Indicates whether or not touch feature descriptor supports selective reporting.
Defined at line 2980 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
void clear_supports_selective_reporting ()
Defined at line 2988 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
TouchFeatureDescriptor & set_supports_selective_reporting (bool _value)
void TouchFeatureDescriptor ()
void TouchFeatureDescriptor (TouchFeatureDescriptor && other)
void ~TouchFeatureDescriptor ()
TouchFeatureDescriptor & operator= (TouchFeatureDescriptor && other)
::std::unique_ptr<TouchFeatureDescriptor> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TouchFeatureDescriptor * _value, size_t _offset)
zx_status_t Clone (TouchFeatureDescriptor * _result)