SynthesizeScrollGestureParameter
@Serializable
Constructors
Link copied to clipboard
constructor(x: Double, y: Double, xDistance: Double? = null, yDistance: Double? = null, xOverscroll: Double? = null, yOverscroll: Double? = null, preventFling: Boolean? = null, speed: Int? = null, gestureSourceType: Input.GestureSourceType? = null, repeatCount: Int? = null, repeatDelayMs: Int? = null, interactionMarkerName: String? = null)
Properties
Link copied to clipboard
Which type of input events to be generated (default: 'default', which queries the platform for the preferred input type).
Link copied to clipboard
The name of the interaction markers to generate, if not empty (default: "").
Link copied to clipboard
Prevent fling (default: true).
Link copied to clipboard
The number of times to repeat the gesture (default: 0).
Link copied to clipboard
The number of milliseconds delay between each repeat. (default: 250).
Link copied to clipboard
The number of additional pixels to scroll back along the X axis, in addition to the given distance.
Link copied to clipboard
The number of additional pixels to scroll back along the Y axis, in addition to the given distance.