class Mouse

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

A tool to inject mouse events into Input Pipeline.

Please extend as necessary.

Public Members

static const char[] Name_

Public Methods

void ~Mouse ()
void SimulateMouseEvent (::fuchsia::ui::test::input::MouseSimulateMouseEventRequest MouseSimulateMouseEventRequest, SimulateMouseEventCallback callback)

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].