AndroidApp.TouchAndHoldCoordinates(Single, Single) Method

Definition

Performs a continuous touch gesture on the given coordinates.

public void TouchAndHoldCoordinates (float x, float y);
abstract member TouchAndHoldCoordinates : single * single -> unit
override this.TouchAndHoldCoordinates : single * single -> unit
Public Sub TouchAndHoldCoordinates (x As Single, y As Single)

Parameters

x
Single

The x coordinate to touch.

y
Single

The y coordinate to touch.

Implements

Applies to