Class WinUser.RAWINPUTDEVICELIST

  • Enclosing interface:
    WinUser

    @FieldOrder({"hDevice","dwType"})
    public static class WinUser.RAWINPUTDEVICELIST
    extends Structure
    Contains information about a raw input device.
    See Also:
    • Field Detail

      • dwType

        public int dwType
    • Constructor Detail

      • RAWINPUTDEVICELIST

        public RAWINPUTDEVICELIST()
      • RAWINPUTDEVICELIST

        public RAWINPUTDEVICELIST​(Pointer p)
    • Method Detail

      • sizeof

        public int sizeof()
      • toString

        public String toString()
        Description copied from class: Structure
        If jna.dump_memory is true, will include a native memory dump of the Structure's backing memory.
        Overrides:
        toString in class Structure
        Returns:
        String representation of this object.