Synthesize Tap Gesture Request
@Serializable
Request object containing input parameters for the InputDomain.synthesizeTapGesture command.
Constructors
Link copied to clipboard
constructor(x: Double, y: Double, duration: Int? = null, tapCount: Int? = null, gestureSourceType: GestureSourceType? = null)
Types
Link copied to clipboard
A builder for SynthesizeTapGestureRequest, which allows setting the optional parameters of the InputDomain.synthesizeTapGesture command via a lambda.