Struct InputProxy.HardwareInput
A generic hardware input event.
Namespace: GDX.Developer
Syntax
public struct HardwareInput
Remarks
Order and types matters as it is mapped into native, using 8 bytes.
Constructors
| Improve this Doc View SourceHardwareInput(UInt32, UInt16, UInt16)
Declaration
public HardwareInput(uint message, ushort paramL, ushort paramH)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | message | |
System.UInt16 | paramL | |
System.UInt16 | paramH |
Fields
| Improve this Doc View SourceMessage
The message generated by the input hardware.
Declaration
public uint Message
Field Value
Type | Description |
---|---|
System.UInt32 |
ParamH
The high-order word of the lParam parameter for uMsg.
Declaration
public ushort ParamH
Field Value
Type | Description |
---|---|
System.UInt16 |
ParamL
The low-order word of the lParam parameter for.
Declaration
public ushort ParamL
Field Value
Type | Description |
---|---|
System.UInt16 |