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
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
Msg uint
ParamH ushort
ParamL ushort

Property Details

Msg public property

Value specifying the message generated by the input hardware.
public uint Msg
return uint

ParamH public property

Specifies the high-order word of the lParam parameter for uMsg.
public ushort ParamH
return ushort

ParamL public property

Specifies the low-order word of the lParam parameter for uMsg.
public ushort ParamL
return ushort