Class Wincon.MOUSE_EVENT_RECORD

  • Enclosing interface:
    Wincon

    @FieldOrder({"dwMousePosition","dwButtonState","dwControlKeyState","dwEventFlags"})
    public static class Wincon.MOUSE_EVENT_RECORD
    extends Structure
    MOUSE_EVENT_RECORD structure
    • Field Detail

      • dwButtonState

        public int dwButtonState
      • dwControlKeyState

        public int dwControlKeyState
      • dwEventFlags

        public int dwEventFlags
    • Constructor Detail

      • MOUSE_EVENT_RECORD

        public MOUSE_EVENT_RECORD()
    • Method Detail

      • 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.