Class InputInjectionExtensions
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).
- LeftButtonClick(Point)
Gets the injection events for a left button click at the specified point.
- LeftButtonDoubleClick(Point)
Gets the injection events for a left button double-click at the specified point.
- RightButtonClick(Point)
Gets the injection events for a right button click at the specified point.