Table of Contents

Class InputInjectionExtensions

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

Extension methods for input injection. See InputInjector for details.

public static class InputInjectionExtensions
Inheritance
InputInjectionExtensions
Inherited Members

Methods

InjectKey(IApplication, Key)

Injects a key event (convenience method).

InjectMouse(IApplication, Mouse)

Injects a mouse event (convenience method).

InjectSequence(IApplication, params InputInjectionEvent[])

Injects a sequence of events (convenience method).