Synthesize Pinch Gesture Request
@Serializable
Request object containing input parameters for the InputDomain.synthesizePinchGesture command.
Constructors
Link copied to clipboard
constructor(x: Double, y: Double, scaleFactor: Double, relativeSpeed: Int? = null, gestureSourceType: GestureSourceType? = null)
Types
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).