Struct HardwareInput
Contains information about a simulated message generated by an input device other than a keyboard or mouse. See HARDWAREINPUT structure
Namespace: Dapplo.Windows.Input.Structs
Assembly: Dapplo.Windows.Input.dll
Syntax
public struct HardwareInput
Fields
| Improve this Doc View SourceuMsg
The message generated by the input hardware.
Declaration
public int uMsg
Field Value
Type | Description |
---|---|
System.Int32 |
wParamH
The high-order word of the lParam parameter for uMsg.
Declaration
public short wParamH
Field Value
Type | Description |
---|---|
System.Int16 |
wParamL
The low-order word of the lParam parameter for uMsg.
Declaration
public short wParamL
Field Value
Type | Description |
---|---|
System.Int16 |