C# (CSharp) AcTools.Windows.Input.Native Пространство имен

Классы

Имя Описание
AnyInputEntry
HardwareInputEntry The HARDWAREINPUT structure contains information about a simulated message generated by an input device other than a keyboard or mouse. (see: http://msdn.microsoft.com/en-us/library/ms646269(VS.85).aspx) Declared in Winuser.h, include Windows.h
InputEntry The INPUT structure is used by SendInput to store information for synthesizing input events such as keystrokes, mouse movement, and mouse clicks. (see: http://msdn.microsoft.com/en-us/library/ms646270(VS.85).aspx) Declared in Winuser.h, include Windows.h
KeyboardInputEntry The KEYBDINPUT structure contains information about a simulated keyboard event. (see: http://msdn.microsoft.com/en-us/library/ms646271(VS.85).aspx) Declared in Winuser.h, include Windows.h
MountInputEntry The MOUSEINPUT structure contains information about a simulated mouse event. (see: http://msdn.microsoft.com/en-us/library/ms646273(VS.85).aspx) Declared in Winuser.h, include Windows.h
NativeMethods References all of the Native Windows API methods for the WindowsInput functionality.