Simulates a mouse button press.
public void ButtonDown(Interactive target, MouseButton button = MouseButton.Left, Point? position = default(Point? ))
The target control to receive the event.
The button to press.
Optional position (uses current position if null).