Synthesize Pinch Gesture Request
data class SynthesizePinchGestureRequest(x: Double, y: Double, scaleFactor: Double, relativeSpeed: Int?, gestureSourceType: GestureSourceType?)
Content copied to clipboard
Represents request frame that can be used with Input#synthesizePinchGesture operation call.
Synthesizes a pinch gesture over a time period by issuing appropriate touch events.
See also
Constructors
SynthesizePinchGestureRequest
Link copied to clipboard
fun SynthesizePinchGestureRequest(x: Double, y: Double, scaleFactor: Double, relativeSpeed: Int? = null, gestureSourceType: GestureSourceType? = null)
Content copied to clipboard
Properties
gestureSourceType
Link copied to clipboard
relativeSpeed
Link copied to clipboard
scaleFactor
Link copied to clipboard
Sources
jvm source
Link copied to clipboard