C# Class Binarysharp.MemoryManagement.Native.HardwareInput

Show file Open project: ZenLulz/MemorySharp

Public Properties

Property Type Description
Message int
WParamH short
WParamL short

Property Details

Message public property

The message generated by the input hardware.
public int Message
return int

WParamH public property

The high-order word of the lParam parameter for Message.
public short WParamH
return short

WParamL public property

The low-order word of the lParam parameter for Message.
public short WParamL
return short