Package org.lwjgl.system.linux
Class XPropertyEvent.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<XPropertyEvent,XPropertyEvent.Buffer>
-
- org.lwjgl.system.linux.XPropertyEvent.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable,java.lang.Iterable<XPropertyEvent>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
- XPropertyEvent
public static class XPropertyEvent.Buffer extends org.lwjgl.system.StructBuffer<XPropertyEvent,XPropertyEvent.Buffer> implements org.lwjgl.system.NativeResource
An array ofXPropertyEventstructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longatom()XPropertyEvent.Bufferatom(long value)Sets the specified value to theatomfield.longdisplay()XPropertyEvent.Bufferdisplay(long value)Sets the specified value to theXPropertyEvent.display()field.booleansend_event()XPropertyEvent.Buffersend_event(boolean value)Sets the specified value to theXPropertyEvent.send_event()field.longserial()XPropertyEvent.Bufferserial(long value)Sets the specified value to theXPropertyEvent.serial()field.intstate()XPropertyEvent.Bufferstate(int value)Sets the specified value to theXPropertyEvent.state()field.longtime()XPropertyEvent.Buffertime(long value)Sets the specified value to thetimefield.inttype()XPropertyEvent.Buffertype(int value)Sets the specified value to thetypefield.longwindow()XPropertyEvent.Bufferwindow(long value)Sets the specified value to theXPropertyEvent.window()field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newXPropertyEvent.Bufferinstance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byXPropertyEvent.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
type
public int type()
- Returns:
- the value of the
typefield.
-
serial
public long serial()
- Returns:
- the value of the
XPropertyEvent.serial()field.
-
send_event
public boolean send_event()
- Returns:
- the value of the
XPropertyEvent.send_event()field.
-
display
public long display()
- Returns:
- the value of the
XPropertyEvent.display()field.
-
window
public long window()
- Returns:
- the value of the
XPropertyEvent.window()field.
-
atom
public long atom()
- Returns:
- the value of the
atomfield.
-
time
public long time()
- Returns:
- the value of the
timefield.
-
state
public int state()
- Returns:
- the value of the
XPropertyEvent.state()field.
-
type
public XPropertyEvent.Buffer type(int value)
Sets the specified value to thetypefield.
-
serial
public XPropertyEvent.Buffer serial(long value)
Sets the specified value to theXPropertyEvent.serial()field.
-
send_event
public XPropertyEvent.Buffer send_event(boolean value)
Sets the specified value to theXPropertyEvent.send_event()field.
-
display
public XPropertyEvent.Buffer display(long value)
Sets the specified value to theXPropertyEvent.display()field.
-
window
public XPropertyEvent.Buffer window(long value)
Sets the specified value to theXPropertyEvent.window()field.
-
atom
public XPropertyEvent.Buffer atom(long value)
Sets the specified value to theatomfield.
-
time
public XPropertyEvent.Buffer time(long value)
Sets the specified value to thetimefield.
-
state
public XPropertyEvent.Buffer state(int value)
Sets the specified value to theXPropertyEvent.state()field.
-
-