Synthesize Scroll Gesture Request
Request object containing input parameters for the InputDomain.synthesizeScrollGesture command.
Constructors
Types
A builder for SynthesizeScrollGestureRequest, which allows setting the optional parameters of the InputDomain.synthesizeScrollGesture command via a lambda.
Properties
Which type of input events to be generated (default: 'default', which queries the platform for the preferred input type).
The name of the interaction markers to generate, if not empty (default: "").
Prevent fling (default: true).
The number of times to repeat the gesture (default: 0).
The number of milliseconds delay between each repeat. (default: 250).
The number of additional pixels to scroll back along the X axis, in addition to the given distance.
The number of additional pixels to scroll back along the Y axis, in addition to the given distance.