Method EnqueueMouseEvent
EnqueueMouseEvent(IApplication?, MouseEventArgs)
Adds a mouse input event to the input queue. For unit tests.
public virtual void EnqueueMouseEvent(IApplication? app, MouseEventArgs mouseEvent)
Parameters
appIApplicationThe application instance to use. Used to use Invoke to raise the mouse event in the case where this method is not called on the main thread.
mouseEventMouseEventArgs