class KeyboardInputDescriptor
Defined at line 772 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 input report that will be sent from the keyboard
to the device.
Public Methods
void KeyboardInputDescriptor (Storage_ storage)
void KeyboardInputDescriptor ()
Defined at line 777 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void KeyboardInputDescriptor (KeyboardInputDescriptor && )
Defined at line 778 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
void KeyboardInputDescriptor (const KeyboardInputDescriptor & other)
KeyboardInputDescriptor & operator= (KeyboardInputDescriptor && )
Defined at line 779 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_types.h
KeyboardInputDescriptor & operator= (const KeyboardInputDescriptor & other)
bool operator== (const KeyboardInputDescriptor & other)
bool operator!= (const KeyboardInputDescriptor & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_input::Key>> & keys3 ()
The list of keys that this keyboard contains. Must be non-empty.
Required.
::std::optional< ::std::vector< ::fuchsia_input::Key>> & keys3 ()
The list of keys that this keyboard contains. Must be non-empty.
Required.
KeyboardInputDescriptor & keys3 (std::optional< ::std::vector< ::fuchsia_input::Key>> value)
The list of keys that this keyboard contains. Must be non-empty.
Required.
void KeyboardInputDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits