template <>

class WireTableBuilder

Defined at line 4682 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_math::wire::Vec, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_math::wire::Vec>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_test_input::wire::TouchScreenSimulateSwipeRequest> & start_location (First && first, Args &&... args_)

Starting location of the swipe, in the coordinate units specified during

registration.

Defined at line 4696 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_types.h

template <typename First = ::fuchsia_math::wire::Vec, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_math::wire::Vec>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_ui_test_input::wire::TouchScreenSimulateSwipeRequest> & end_location (First && first, Args &&... args_)

End location of the swipe, in the coordinate units specified during

registration.

Defined at line 4710 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_types.h

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_test_input::wire::TouchScreenSimulateSwipeRequest> & duration (First && first, Args &&... args_)

The duration of the swipe gesture.

Per step delay = duration / ( move_event_count + 1).

DOWN - wait per step delay - CHANGE_1 - wait per step delay - ... -

CHANGE_n - wait per step delay - UP.

Defined at line 4726 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_types.h

Friends

template <>
class TouchScreenSimulateSwipeRequest