TouchMove(Interactive, Int32, Point) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a touch move event.

public void TouchMove(Interactive target, int touchId, Point newPosition)

Parameters

target
Avalonia.Interactivity.Interactive

The target control to receive the event.

touchId
Int32

The ID of the touch point to move.

newPosition
Avalonia.Point

The new position of the touch point.