Search Results for

    Show / Hide Table of Contents

    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 Source

    HardwareInput(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 Source

    Message

    The message generated by the input hardware.

    Declaration
    public uint Message
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ParamH

    The high-order word of the lParam parameter for uMsg.

    Declaration
    public ushort ParamH
    Field Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    ParamL

    The low-order word of the lParam parameter for.

    Declaration
    public ushort ParamL
    Field Value
    Type Description
    System.UInt16

    See Also

    https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-hardwareinput
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.