Class InputSimulatorMapper
Inheritance
InputSimulatorMapper
Implements
Inherited Members
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public class InputSimulatorMapper : LegacyInputControllerBase, ISharedResource, INotifyPropertyChanged, IInputController, IKeyboardController, IMouseController, IDisposable, IMouseButtonController, IMouseAbsoluteController, IMouseRelativeController
Constructors
| Name | Description |
|---|---|
| InputSimulatorMapper(IInputSimulator) |
Methods
| Name | Description |
|---|---|
| FormatToString(ToStringBuilder) | |
| KeyDown(IWindowHandle, VirtualKeyCode) | Simulates the key down gesture for the specified key. |
| KeyUp(IWindowHandle, VirtualKeyCode) | Simulates the key up gesture for the specified key. |
| LeftButtonDown(IWindowHandle, Point) | Simulates a mouse left button down gesture. |
| LeftButtonUp(IWindowHandle, Point) | Simulates a mouse left button up gesture. |
| MiddleButtonDown(IWindowHandle, Point) | Simulates a mouse middle button down gesture. |
| MiddleButtonUp(IWindowHandle, Point) | Simulates a mouse middle button up gesture. |
| MouseWheelHorizontalScroll(IWindowHandle, int) | |
| MouseWheelVerticalScroll(IWindowHandle, int) | |
| MoveMouseBy(IWindowHandle, int, int) | Simulates a mouse movement by the specified distances relative to its current position. |
| MoveMouseTo(IWindowHandle, Point) | Simulates mouse movement to the specified location relative to window position. |
| RightButtonDown(IWindowHandle, Point) | Simulates a mouse right button down gesture. |
| RightButtonUp(IWindowHandle, Point) | Simulates a mouse right button up gesture. |
| XButtonDown(IWindowHandle, int, Point) | Simulates a mouse X button down gesture. |
| XButtonUp(IWindowHandle, int, Point) | Simulates a mouse X button up gesture. |