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