template <>

class WireTableBuilder

Defined at line 1241 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::VectorView<::fuchsia_input::wire::Key>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_input::wire::Key>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::KeyboardInputReport> & pressed_keys3 (First && first, Args &&... args_)

The list of keys that are currently pressed down.

Defined at line 1254 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

template <typename First = ::fidl::VectorView<::fuchsia_input::wire::Key>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_input::wire::Key>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::KeyboardInputReport> & pressed_keys3 (First && first, Args &&... args_)

The list of keys that are currently pressed down.

Defined at line 1254 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

Friends

template <>
class KeyboardInputReport