template <>
class WireSyncClientImpl
Defined at line 784 of file fidling/gen/sdk/fidl/fuchsia.ui.test.input/fuchsia.ui.test.input/cpp/fidl/fuchsia.ui.test.input/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_ui_test_input::Mouse>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_ui_test_input::Mouse::SimulateMouseEvent> SimulateMouseEvent (::fuchsia_ui_test_input::wire::MouseSimulateMouseEventRequest MouseSimulateMouseEventRequest)
Injects an input report corresponding to the event specified.
NOTE: the `movement` parameters have a range of [-1000, 1000],
and the `scroll` parameters have a range of [-100, 100].
Allocates 296 bytes of message buffer on the stack. No heap allocation necessary.