TwoPointerMultiTouch Method (IMobileGestures)

Action

Performs a multi-touch operation with two pointers. It executes two swipe operation at the same time.

Syntax

iMobileGestures.TwoPointerMultiTouch(startPointer1, endPointer1, startPointer2, endPointer2, [steps, delayBetweenSteps])
Variable Description
startPointer1 The start point of the first pointer. Point.
endPointer1 The end point of the first pointer. Point.
startPointer2 The start point of the second pointer. Point.
endPointer2 The end point of the second pointer. Point.
steps Optional: the number of steps between the specified points. The default number of steps for Android is 5. Increase the number of steps to increase the duration of the drag operation. Integer.
delayBetweenSteps Optional: the delay in milliseconds for each swipe step. For example, when scrolling an application with a swipe operation, how far the application scrolls depends on the swipe speed. The default value is 5 milliseconds. Increase this delay, for example to 300 milliseconds, to create more reproducible results. Integer.