Package org.lwjgl.system.linux
Class XClientMessageEvent.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<XClientMessageEvent,XClientMessageEvent.Buffer>
-
- org.lwjgl.system.linux.XClientMessageEvent.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<XClientMessageEvent>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- XClientMessageEvent
public static class XClientMessageEvent.Buffer extends org.lwjgl.system.StructBuffer<XClientMessageEvent,XClientMessageEvent.Buffer> implements org.lwjgl.system.NativeResource
An array ofXClientMessageEvent
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.ByteBuffer
data_b()
byte
data_b(int index)
XClientMessageEvent.Buffer
data_b(int index, byte value)
Sets the specified value at the specified index of theb
field.XClientMessageEvent.Buffer
data_b(java.nio.ByteBuffer value)
Copies the specifiedByteBuffer
to theb
field.org.lwjgl.CLongBuffer
data_l()
long
data_l(int index)
XClientMessageEvent.Buffer
data_l(int index, long value)
Sets the specified value at the specified index of thel
field.XClientMessageEvent.Buffer
data_l(org.lwjgl.CLongBuffer value)
Copies the specifiedCLongBuffer
to thel
field.java.nio.ShortBuffer
data_s()
short
data_s(int index)
XClientMessageEvent.Buffer
data_s(int index, short value)
Sets the specified value at the specified index of thes
field.XClientMessageEvent.Buffer
data_s(java.nio.ShortBuffer value)
Copies the specifiedShortBuffer
to thes
field.long
display()
XClientMessageEvent.Buffer
display(long value)
Sets the specified value to theXClientMessageEvent.display()
field.int
format()
XClientMessageEvent.Buffer
format(int value)
Sets the specified value to theformat
field.long
message_type()
XClientMessageEvent.Buffer
message_type(long value)
Sets the specified value to themessage_type
field.boolean
send_event()
XClientMessageEvent.Buffer
send_event(boolean value)
Sets the specified value to theXClientMessageEvent.send_event()
field.long
serial()
XClientMessageEvent.Buffer
serial(long value)
Sets the specified value to theXClientMessageEvent.serial()
field.int
type()
XClientMessageEvent.Buffer
type(int value)
Sets the specified value to thetype
field.long
window()
XClientMessageEvent.Buffer
window(long value)
Sets the specified value to theXClientMessageEvent.window()
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newXClientMessageEvent.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 byXClientMessageEvent.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
XClientMessageEvent.serial()
field.
-
send_event
public boolean send_event()
- Returns:
- the value of the
XClientMessageEvent.send_event()
field.
-
display
public long display()
- Returns:
- the value of the
XClientMessageEvent.display()
field.
-
window
public long window()
- Returns:
- the value of the
XClientMessageEvent.window()
field.
-
message_type
public long message_type()
- Returns:
- the value of the
message_type
field.
-
format
public int format()
- Returns:
- the value of the
format
field.
-
data_b
public java.nio.ByteBuffer data_b()
- Returns:
- a
ByteBuffer
view of thedata.b
field.
-
data_b
public byte data_b(int index)
- Returns:
- the value at the specified index of the
data.b
field.
-
data_s
public java.nio.ShortBuffer data_s()
- Returns:
- a
ShortBuffer
view of thedata.s
field.
-
data_s
public short data_s(int index)
- Returns:
- the value at the specified index of the
data.s
field.
-
data_l
public org.lwjgl.CLongBuffer data_l()
- Returns:
- a
CLongBuffer
view of thedata.l
field.
-
data_l
public long data_l(int index)
- Returns:
- the value at the specified index of the
data.l
field.
-
type
public XClientMessageEvent.Buffer type(int value)
Sets the specified value to thetype
field.
-
serial
public XClientMessageEvent.Buffer serial(long value)
Sets the specified value to theXClientMessageEvent.serial()
field.
-
send_event
public XClientMessageEvent.Buffer send_event(boolean value)
Sets the specified value to theXClientMessageEvent.send_event()
field.
-
display
public XClientMessageEvent.Buffer display(long value)
Sets the specified value to theXClientMessageEvent.display()
field.
-
window
public XClientMessageEvent.Buffer window(long value)
Sets the specified value to theXClientMessageEvent.window()
field.
-
message_type
public XClientMessageEvent.Buffer message_type(long value)
Sets the specified value to themessage_type
field.
-
format
public XClientMessageEvent.Buffer format(int value)
Sets the specified value to theformat
field.
-
data_b
public XClientMessageEvent.Buffer data_b(java.nio.ByteBuffer value)
Copies the specifiedByteBuffer
to theb
field.
-
data_b
public XClientMessageEvent.Buffer data_b(int index, byte value)
Sets the specified value at the specified index of theb
field.
-
data_s
public XClientMessageEvent.Buffer data_s(java.nio.ShortBuffer value)
Copies the specifiedShortBuffer
to thes
field.
-
data_s
public XClientMessageEvent.Buffer data_s(int index, short value)
Sets the specified value at the specified index of thes
field.
-
data_l
public XClientMessageEvent.Buffer data_l(org.lwjgl.CLongBuffer value)
Copies the specifiedCLongBuffer
to thel
field.
-
data_l
public XClientMessageEvent.Buffer data_l(int index, long value)
Sets the specified value at the specified index of thel
field.
-
-