Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.unix

Class X11.XGenericEvent

  • Enclosing interface:
    X11


    @Structure.FieldOrder(value={"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 Detail

      • type

        public int type
      • send_event

        public int send_event
      • extension

        public int extension
      • evtype

        public int evtype
    • Constructor Detail

      • XGenericEvent

        public XGenericEvent()
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.