Class GLXStereoNotifyEventEXT

  • All Implemented Interfaces:
    org.lwjgl.system.Pointer


    public class GLXStereoNotifyEventEXT
    extends org.lwjgl.system.Struct

    Member documentation

    • type – GenericEvent
    • serial – \# of last request server processed
    • send_eventTrue if generated by SendEvent request
    • display – display the event was read from
    • extension – GLX major opcode, from XQueryExtension
    • evtype – always GLX_STEREO_NOTIFY_EXT
    • window – XID of the X window affected
    • stereo_treeTrue if tree contains stereo windows

    Layout

    struct GLXStereoNotifyEventEXT {
        int type;
        unsigned long serial;
        Bool send_event;
        Display * display;
        int extension;
        int evtype;
        GLXDrawable window;
        Bool stereo_tree;
    }
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  GLXStereoNotifyEventEXT.Buffer
      An array of GLXStereoNotifyEventEXT structs.
      • Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer

        org.lwjgl.system.Pointer.Default
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int SIZEOF
      The struct size in bytes.
      • Fields inherited from interface org.lwjgl.system.Pointer

        POINTER_SHIFT, POINTER_SIZE
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static GLXStereoNotifyEventEXT create(long address)
      Returns a new GLXStereoNotifyEventEXT instance for the specified memory address or null if the address is NULL.
      static GLXStereoNotifyEventEXT.Buffer create(long address, int capacity)
      Create a GLXStereoNotifyEventEXT.Buffer instance at the specified memory.
      long display()
      Returns the value of the display field.
      int evtype()
      Returns the value of the evtype field.
      int extension()
      Returns the value of the extension field.
      int send_event()
      Returns the value of the send_event field.
      long serial()
      Returns the value of the serial field.
      int sizeof()
      Returns the sizeof(struct).
      int stereo_tree()
      Returns the value of the stereo_tree field.
      int type()
      Returns the value of the type field.
      long window()
      Returns the value of the window field.
      • Methods inherited from class org.lwjgl.system.Struct

        clear, free
      • Methods inherited from class org.lwjgl.system.Pointer.Default

        address, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • SIZEOF

        public static final int SIZEOF
        The struct size in bytes.
    • 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()
        Description copied from class: org.lwjgl.system.Struct
        Returns the sizeof(struct).
        Specified by:
        sizeof in class org.lwjgl.system.Struct
      • type

        public int type()
        Returns the value of the type field.
      • serial

        public long serial()
        Returns the value of the serial field.
      • send_event

        public int send_event()
        Returns the value of the send_event field.
      • display

        public long display()
        Returns the value of the display field.
      • extension

        public int extension()
        Returns the value of the extension field.
      • evtype

        public int evtype()
        Returns the value of the evtype field.
      • window

        public long window()
        Returns the value of the window field.
      • stereo_tree

        public int stereo_tree()
        Returns the value of the stereo_tree field.