Class X11.XExposeEvent

  • Enclosing interface:
    X11

    @FieldOrder({"type","serial","send_event","display","window","x","y","width","height","count"})
    public static class X11.XExposeEvent
    extends Structure
    • Field Detail

      • type

        public int type
      • send_event

        public int send_event
      • x

        public int x
      • y

        public int y
      • width

        public int width
      • height

        public int height
      • count

        public int count
    • Constructor Detail

      • XExposeEvent

        public XExposeEvent()