Simulates a touch press (finger down) event.
public int TouchDown(Interactive target, Point position, float pressure = 1F)
The target control to receive the event.
Position of the touch point.
Touch pressure (0.0 to 1.0).