Synthesize Scroll Gesture Request
data class SynthesizeScrollGestureRequest(x: Double, y: Double, xDistance: Double?, yDistance: Double?, xOverscroll: Double?, yOverscroll: Double?, preventFling: Boolean?, speed: Int?, gestureSourceType: GestureSourceType?, repeatCount: Int?, repeatDelayMs: Int?, interactionMarkerName: String?)
Content copied to clipboard
Represents request frame that can be used with Input#synthesizeScrollGesture operation call.
Synthesizes a scroll gesture over a time period by issuing appropriate touch events.
See also
Constructors
SynthesizeScrollGestureRequest
Link copied to clipboard
fun SynthesizeScrollGestureRequest(x: Double, y: Double, xDistance: Double? = null, yDistance: Double? = null, xOverscroll: Double? = null, yOverscroll: Double? = null, preventFling: Boolean? = null, speed: Int? = null, gestureSourceType: GestureSourceType? = null, repeatCount: Int? = null, repeatDelayMs: Int? = null, interactionMarkerName: String? = null)
Content copied to clipboard
Properties
gestureSourceType
Link copied to clipboard
interactionMarkerName
Link copied to clipboard
preventFling
Link copied to clipboard
repeatCount
Link copied to clipboard
repeatDelayMs
Link copied to clipboard
xOverscroll
Link copied to clipboard
yOverscroll
Link copied to clipboard
Sources
jvm source
Link copied to clipboard