Method RaiseMouseEvent
RaiseMouseEvent(Mouse)
INTERNAL API: Called when a mouse event is raised by the driver. Determines the view under the mouse and calls the appropriate View mouse event handlers.
void RaiseMouseEvent(Mouse mouse)
Parameters
mouseMouseThe mouse event with coordinates relative to the screen.
Remarks
Can be used to simulate mouse events without a driver. Use InputInjector for input injection.