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 ofXPropertyEvent
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
atom()
XPropertyEvent.Buffer
atom(long value)
Sets the specified value to theatom
field.long
display()
XPropertyEvent.Buffer
display(long value)
Sets the specified value to theXPropertyEvent.display()
field.boolean
send_event()
XPropertyEvent.Buffer
send_event(boolean value)
Sets the specified value to theXPropertyEvent.send_event()
field.long
serial()
XPropertyEvent.Buffer
serial(long value)
Sets the specified value to theXPropertyEvent.serial()
field.int
state()
XPropertyEvent.Buffer
state(int value)
Sets the specified value to theXPropertyEvent.state()
field.long
time()
XPropertyEvent.Buffer
time(long value)
Sets the specified value to thetime
field.int
type()
XPropertyEvent.Buffer
type(int value)
Sets the specified value to thetype
field.long
window()
XPropertyEvent.Buffer
window(long value)
Sets the specified value to theXPropertyEvent.window()
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newXPropertyEvent.Buffer
instance 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
type
field.
-
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
atom
field.
-
time
public long time()
- Returns:
- the value of the
time
field.
-
state
public int state()
- Returns:
- the value of the
XPropertyEvent.state()
field.
-
type
public XPropertyEvent.Buffer type(int value)
Sets the specified value to thetype
field.
-
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 theatom
field.
-
time
public XPropertyEvent.Buffer time(long value)
Sets the specified value to thetime
field.
-
state
public XPropertyEvent.Buffer state(int value)
Sets the specified value to theXPropertyEvent.state()
field.
-
-