C# (CSharp) AcTools.Windows.Input Namespace

Nested Namespaces

AcTools.Windows.Input.Native

Classes

Name Description
InputSimulator Implements the IInputSimulator interface to simulate Keyboard and Mouse input and provide the state of those input devices.
KeyboardListener
KeyboardManager
KeyboardSilencer
KeyboardSimulator
MouseSimulator Implements the IMouseSimulator interface by calling the an IInputMessageDispatcher to simulate Mouse gestures.
WindowsInputDeviceStateAdaptor An implementation of IInputDeviceStateAdaptor for Windows by calling the native NativeMethods.GetKeyState and NativeMethods.GetAsyncKeyState methods.
WindowsInputMessageDispatcher