Class GLXStereoNotifyEventEXT

    • Field Detail

      • SIZEOF

        The struct size in bytes.
      • ALIGNOF

        The struct alignment in bytes.
      • TYPE, SERIAL, SEND_EVENT, DISPLAY, EXTENSION, EVTYPE, WINDOW, STEREO_TREE

        The struct member offsets.
    • Constructor Detail

      • GLXStereoNotifyEventEXT

        public GLXStereoNotifyEventEXT​(java.nio.ByteBuffer container)
        Creates a GLXStereoNotifyEventEXT instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

        The created instance holds a strong reference to the container object.

    • Method Detail

      • sizeof

        public int sizeof()
        Specified by:
        sizeof in class org.lwjgl.system.Struct
      • type

        public int type()
        GenericEvent
      • serial

        public long serial()
        \# of last request server processed
      • send_event

        public boolean send_event()
        True if generated by SendEvent request
      • display

        public long display()
        display the event was read from
      • extension

        public int extension()
        GLX major opcode, from XQueryExtension
      • evtype

        public int evtype()
        always GLX_STEREO_NOTIFY_EXT
      • window

        public long window()
        XID of the X window affected
      • stereo_tree

        public boolean stereo_tree()
        True if tree contains stereo windows
      • create

        public static GLXStereoNotifyEventEXT create​(long address)
        Returns a new GLXStereoNotifyEventEXT instance for the specified memory address.
      • ntype

        public static int ntype​(long struct)
        Unsafe version of type().
      • nserial

        public static long nserial​(long struct)
        Unsafe version of serial().
      • nsend_event

        public static int nsend_event​(long struct)
        Unsafe version of send_event().
      • ndisplay

        public static long ndisplay​(long struct)
        Unsafe version of display().
      • nextension

        public static int nextension​(long struct)
        Unsafe version of extension().
      • nevtype

        public static int nevtype​(long struct)
        Unsafe version of evtype().
      • nwindow

        public static long nwindow​(long struct)
        Unsafe version of window().
      • nstereo_tree

        public static int nstereo_tree​(long struct)
        Unsafe version of stereo_tree().