Simulates mouse wheel scrolling.
public void Wheel(Interactive target, Vector delta, Point? position = default(Point? ))
The target control.
Scroll delta (positive = up/left, negative = down/right).
Optional position (uses current position if null).