Class Wincon.INPUT_RECORD

  • Enclosing interface:
    Wincon

    @FieldOrder({"EventType","Event"})
    public static class Wincon.INPUT_RECORD
    extends Structure
    INPUT_RECORD structure
    • Constructor Detail

      • INPUT_RECORD

        public INPUT_RECORD()
    • Method Detail

      • read

        public void read()
        Description copied from class: Structure
        Reads the fields of the struct from native memory
        Overrides:
        read in class Structure
      • 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.