Skip to main content
Version: Next

Touchscreen.touchMove() method

Dispatches a touchMove event.

Signature:

class Touchscreen {
touchMove(x: number, y: number): Promise<void>;
}

Parameters

ParameterTypeDescription
xnumberHorizontal position of the move.
ynumberVertical position of the move.

Returns:

Promise<void>