C# Class AcTools.Windows.Input.Native.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
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
Msg uint
ParamH ushort
ParamL ushort

Property Details

Msg public_oe property

Value specifying the message generated by the input hardware.
public uint Msg
Résultat uint

ParamH public_oe property

Specifies the high-order word of the lParam parameter for uMsg.
public ushort ParamH
Résultat ushort

ParamL public_oe property

Specifies the low-order word of the lParam parameter for uMsg.
public ushort ParamL
Résultat ushort