SynthesizePinchGestureParameter
@Serializable
Constructors
Link copied to clipboard
constructor(x: Double, y: Double, scaleFactor: Double, relativeSpeed: Int? = null, gestureSourceType: Input.GestureSourceType? = 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
Relative pointer speed in pixels per second (default: 800).
Link copied to clipboard
Relative scale factor after zooming (>1.0 zooms in, <1.0 zooms out).