Simulates a complete touchpad swipe sequence.
public void TouchpadSwipeSequence(Interactive target, Point position, SwipeDirection direction, double distance = 100, int steps = 10, KeyModifiers modifiers = KeyModifiers.None)
The target control to receive the event.
Position of the gesture.
Swipe direction.
Swipe distance.
Number of intermediate steps.
Key modifiers.