class KeyboardInputReport

Defined at line 1791 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.

void KeyboardInputReport ()
void KeyboardInputReport (KeyboardInputReport && other)
const ::std::vector< ::fuchsia::input::Key> & pressed_keys3 ()

The list of keys that are currently pressed down.

Required. Empty iff no keys are pressed.

Defined at line 1800 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 1804 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.

Required. Empty iff no keys are pressed.

Defined at line 1811 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 1819 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 ()
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)