class ConsumerControlInputReport
Defined at line 247 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
A single report created by a ConsumerControl device.
Public Methods
void ConsumerControlInputReport (Storage_ storage)
void ConsumerControlInputReport ()
Defined at line 252 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void ConsumerControlInputReport (ConsumerControlInputReport && )
Defined at line 253 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void ConsumerControlInputReport (const ConsumerControlInputReport & other)
ConsumerControlInputReport & operator= (ConsumerControlInputReport && )
Defined at line 254 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
ConsumerControlInputReport & operator= (const ConsumerControlInputReport & other)
bool operator== (const ConsumerControlInputReport & other)
bool operator!= (const ConsumerControlInputReport & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_input_report::ConsumerControlButton>> & pressed_buttons ()
The list of buttons that are currently pressed down.
::std::optional< ::std::vector< ::fuchsia_input_report::ConsumerControlButton>> & pressed_buttons ()
The list of buttons that are currently pressed down.
ConsumerControlInputReport & pressed_buttons (std::optional< ::std::vector< ::fuchsia_input_report::ConsumerControlButton>> value)
The list of buttons that are currently pressed down.
void ConsumerControlInputReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits