public class GLXStereoNotifyEventEXT
extends org.lwjgl.system.Struct
type – GenericEventserial – \# of last request server processedsend_event – True if generated by SendEvent requestdisplay – display the event was read fromextension – GLX major opcode, from XQueryExtensionevtype – always GLX_STEREO_NOTIFY_EXTwindow – XID of the X window affectedstereo_tree – True if tree contains stereo windows
struct GLXStereoNotifyEventEXT {
int type;
unsigned long serial;
Bool send_event;
Display * display;
int extension;
int evtype;
GLXDrawable window;
Bool stereo_tree;
}| Modifier and Type | Class and Description |
|---|---|
static class |
GLXStereoNotifyEventEXT.Buffer
An array of
GLXStereoNotifyEventEXT structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
DISPLAY
The struct member offsets.
|
static int |
EVTYPE
The struct member offsets.
|
static int |
EXTENSION
The struct member offsets.
|
static int |
SEND_EVENT
The struct member offsets.
|
static int |
SERIAL
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
STEREO_TREE
The struct member offsets.
|
static int |
TYPE
The struct member offsets.
|
static int |
WINDOW
The struct member offsets.
|
| Constructor and Description |
|---|
GLXStereoNotifyEventEXT(java.nio.ByteBuffer container)
Creates a
GLXStereoNotifyEventEXT instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static GLXStereoNotifyEventEXT |
create(long address)
Returns a new
GLXStereoNotifyEventEXT instance for the specified memory address. |
static GLXStereoNotifyEventEXT.Buffer |
create(long address,
int capacity)
Create a
GLXStereoNotifyEventEXT.Buffer instance at the specified memory. |
static GLXStereoNotifyEventEXT |
createSafe(long address)
|
static GLXStereoNotifyEventEXT.Buffer |
createSafe(long address,
int capacity)
|
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. |
static long |
ndisplay(long struct)
Unsafe version of
display(). |
static int |
nevtype(long struct)
Unsafe version of
evtype(). |
static int |
nextension(long struct)
Unsafe version of
extension(). |
static int |
nsend_event(long struct)
Unsafe version of
send_event(). |
static long |
nserial(long struct)
Unsafe version of
serial(). |
static int |
nstereo_tree(long struct)
Unsafe version of
stereo_tree(). |
static int |
ntype(long struct)
Unsafe version of
type(). |
static long |
nwindow(long struct)
Unsafe version of
window(). |
boolean |
send_event()
Returns the value of the
send_event field. |
long |
serial()
Returns the value of the
serial field. |
int |
sizeof() |
boolean |
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. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int TYPE
public static final int SERIAL
public static final int SEND_EVENT
public static final int DISPLAY
public static final int EXTENSION
public static final int EVTYPE
public static final int WINDOW
public static final int STEREO_TREE
public GLXStereoNotifyEventEXT(java.nio.ByteBuffer container)
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.
public int sizeof()
sizeof in class org.lwjgl.system.Structpublic int type()
type field.public long serial()
serial field.public boolean send_event()
send_event field.public long display()
display field.public int extension()
extension field.public int evtype()
evtype field.public long window()
window field.public boolean stereo_tree()
stereo_tree field.public static GLXStereoNotifyEventEXT create(long address)
GLXStereoNotifyEventEXT instance for the specified memory address.@Nullable public static GLXStereoNotifyEventEXT createSafe(long address)
public static GLXStereoNotifyEventEXT.Buffer create(long address, int capacity)
GLXStereoNotifyEventEXT.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static GLXStereoNotifyEventEXT.Buffer createSafe(long address, int capacity)
public static int ntype(long struct)
type().public static long nserial(long struct)
serial().public static int nsend_event(long struct)
send_event().public static long ndisplay(long struct)
display().public static int nextension(long struct)
extension().public static int nevtype(long struct)
evtype().public static long nwindow(long struct)
window().public static int nstereo_tree(long struct)
stereo_tree().Copyright LWJGL. All Rights Reserved. License terms.