Class X11.XGenericEvent

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.unix.X11.XGenericEvent
Enclosing interface:
X11

@FieldOrder({"type","serial","send_event","display","extension","evtype"}) public static class X11.XGenericEvent extends Structure
This event is the standard event for all newer extensions.
  • Field Details

    • type

      public int type
    • serial

      public NativeLong serial
    • send_event

      public int send_event
    • display

      public X11.Display display
    • extension

      public int extension
    • evtype

      public int evtype
  • Constructor Details

    • XGenericEvent

      public XGenericEvent()