Method InjectKey
InjectKey(IApplication, Key)
Injects a key event (convenience method).
public static void InjectKey(this IApplication app, Key key)
Parameters
appIApplicationThe application instance.
keyKeyThe key to inject.
Injects a key event (convenience method).
public static void InjectKey(this IApplication app, Key key)
app IApplicationThe application instance.
key KeyThe key to inject.