Table of Contents

Method InjectMouse

Namespace
Terminal.Gui.Testing
Assembly
Terminal.Gui.dll

InjectMouse(IApplication, Mouse)

Injects a mouse event (convenience method).

public static void InjectMouse(this IApplication app, Mouse mouseEvent)

Parameters

app IApplication

The application instance.

mouseEvent Mouse

The mouse event to inject.