class TouchFeatureDescriptor
Defined at line 1392 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.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 Methods
void TouchFeatureDescriptor (Storage_ storage)
void TouchFeatureDescriptor ()
Defined at line 1397 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void TouchFeatureDescriptor (TouchFeatureDescriptor && )
Defined at line 1398 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void TouchFeatureDescriptor (const TouchFeatureDescriptor & other)
TouchFeatureDescriptor & operator= (TouchFeatureDescriptor && )
Defined at line 1399 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
TouchFeatureDescriptor & operator= (const TouchFeatureDescriptor & other)
bool operator== (const TouchFeatureDescriptor & other)
bool operator!= (const TouchFeatureDescriptor & other)
bool IsEmpty ()
const std::optional<bool> & supports_input_mode ()
Indicates whether or not touch feature descriptor supports different input modes.
::std::optional<bool> & supports_input_mode ()
Indicates whether or not touch feature descriptor supports different input modes.
TouchFeatureDescriptor & supports_input_mode (std::optional<bool> value)
Indicates whether or not touch feature descriptor supports different input modes.
const std::optional<bool> & supports_selective_reporting ()
Indicates whether or not touch feature descriptor supports selective reporting.
::std::optional<bool> & supports_selective_reporting ()
Indicates whether or not touch feature descriptor supports selective reporting.
TouchFeatureDescriptor & supports_selective_reporting (std::optional<bool> value)
Indicates whether or not touch feature descriptor supports selective reporting.
void TouchFeatureDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits