class KeyboardInputReport
Defined at line 1754 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
A single report created by a keyboard device.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::std::vector< ::fuchsia::input::Key> & pressed_keys3 ()
The list of keys that are currently pressed down.
Defined at line 1761 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool has_pressed_keys3 ()
Defined at line 1765 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
::std::vector< ::fuchsia::input::Key> * mutable_pressed_keys3 ()
The list of keys that are currently pressed down.
Defined at line 1770 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
void clear_pressed_keys3 ()
Defined at line 1778 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
KeyboardInputReport & set_pressed_keys3 (::std::vector< ::fuchsia::input::Key> _value)
void KeyboardInputReport ()
void KeyboardInputReport (KeyboardInputReport && other)
void ~KeyboardInputReport ()
KeyboardInputReport & operator= (KeyboardInputReport && other)
::std::unique_ptr<KeyboardInputReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, KeyboardInputReport * _value, size_t _offset)
zx_status_t Clone (KeyboardInputReport * _result)