template <>

class WireTableBuilder

Defined at line 2412 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h

Public Methods

template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_pointer::wire::TouchEvent> & timestamp (First && first, Args &&... args_)

The time this event was observed.

Required.

Defined at line 2426 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h

template <typename First = ::fuchsia_ui_pointer::wire::ViewParameters, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_ui_pointer::wire::ViewParameters>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_pointer::wire::TouchEvent> & view_parameters (First && first, Args &&... args_)

The parameters of the associated view and viewport, sufficient to

correctly interpret the position, orientation, magnitude, and

inter-event distance of touch events dispatched to a view.

- It is issued on connection and on change.

Defined at line 2442 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h

template <typename First = ::fuchsia_ui_pointer::wire::TouchDeviceInfo, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_ui_pointer::wire::TouchDeviceInfo>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_pointer::wire::TouchEvent> & device_info (First && first, Args &&... args_)

A description of the pointer device, sufficient to correctly interpret

the capabilities and usage intent of the device.

- It is issued once per device.

Defined at line 2457 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h

template <typename First = ::fuchsia_ui_pointer::wire::TouchPointerSample, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_ui_pointer::wire::TouchPointerSample>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_pointer::wire::TouchEvent> & pointer_sample (First && first, Args &&... args_)

A description of each sampled data point in an interaction of touch

events.

- It is issued on every sample in the interaction.

Defined at line 2472 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h

template <typename First = ::fuchsia_ui_pointer::wire::TouchInteractionResult, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_ui_pointer::wire::TouchInteractionResult>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_pointer::wire::TouchEvent> & interaction_result (First && first, Args &&... args_)

The result of gesture disambiguation for a interaction of touch events.

- It is issued once per interaction.

Defined at line 2486 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_pointer::wire::TouchEvent> & trace_flow_id (First && first, Args &&... args_)

An identifier to correlate this event's send/receive occurrence across

component boundaries or abstraction layers.

Defined at line 2500 of file fidling/gen/sdk/fidl/fuchsia.ui.pointer/fuchsia.ui.pointer/cpp/fidl/fuchsia.ui.pointer/cpp/wire_types.h

Friends

template <>
class TouchEvent