Package org.lwjgl.system.linux
Class XClientMessageEvent
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.system.linux.XClientMessageEvent
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class XClientMessageEvent extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Client message event.The
message_type
member is set to an atom that indicates how the data should be interpreted by the receiving client. Theformat
member is set to 8, 16, or 32 and specifies whether the data should be viewed as a list of bytes, shorts, or longs. Thedata
member is a union that contains the membersb
,s
, andl
. Theb
,s
, andl
members represent data of twenty 8-bit values, ten 16-bit values, and five 32-bit values. Particular message types might not make use of all these values. The X server places no interpretation on the values in thewindow
,message_type
, ordata
members.Layout
struct XClientMessageEvent { int type; unsigned long
serial()
; Boolsend_event()
; Display *display()
; Windowwindow()
; Atom message_type; int format; struct { char b[20]; short s[10]; long l[5]; } data; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XClientMessageEvent.Buffer
An array ofXClientMessageEvent
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
DATA
DATA_B
DATA_L
DATA_S
DISPLAY
FORMAT
MESSAGE_TYPE
SEND_EVENT
SERIALThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
TYPE
WINDOWThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description XClientMessageEvent(java.nio.ByteBuffer container)
Creates aXClientMessageEvent
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XClientMessageEvent
calloc()
Returns a newXClientMessageEvent
instance allocated withmemCalloc
.static XClientMessageEvent.Buffer
calloc(int capacity)
Returns a newXClientMessageEvent.Buffer
instance allocated withmemCalloc
.static XClientMessageEvent.Buffer
calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static XClientMessageEvent
calloc(org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static XClientMessageEvent
callocStack()
Deprecated.static XClientMessageEvent.Buffer
callocStack(int capacity)
Deprecated.static XClientMessageEvent.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.static XClientMessageEvent
callocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.static XClientMessageEvent
create()
Returns a newXClientMessageEvent
instance allocated withBufferUtils
.static XClientMessageEvent.Buffer
create(int capacity)
Returns a newXClientMessageEvent.Buffer
instance allocated withBufferUtils
.static XClientMessageEvent
create(long address)
Returns a newXClientMessageEvent
instance for the specified memory address.static XClientMessageEvent.Buffer
create(long address, int capacity)
Create aXClientMessageEvent.Buffer
instance at the specified memory.static XClientMessageEvent
createSafe(long address)
static XClientMessageEvent.Buffer
createSafe(long address, int capacity)
java.nio.ByteBuffer
data_b()
byte
data_b(int index)
XClientMessageEvent
data_b(int index, byte value)
Sets the specified value at the specified index of theb
field.XClientMessageEvent
data_b(java.nio.ByteBuffer value)
Copies the specifiedByteBuffer
to theb
field.org.lwjgl.CLongBuffer
data_l()
long
data_l(int index)
XClientMessageEvent
data_l(int index, long value)
Sets the specified value at the specified index of thel
field.XClientMessageEvent
data_l(org.lwjgl.CLongBuffer value)
Copies the specifiedCLongBuffer
to thel
field.java.nio.ShortBuffer
data_s()
short
data_s(int index)
XClientMessageEvent
data_s(int index, short value)
Sets the specified value at the specified index of thes
field.XClientMessageEvent
data_s(java.nio.ShortBuffer value)
Copies the specifiedShortBuffer
to thes
field.long
display()
Display
the event was read fromXClientMessageEvent
display(long value)
Sets the specified value to thedisplay()
field.int
format()
XClientMessageEvent
format(int value)
Sets the specified value to theformat
field.static XClientMessageEvent
malloc()
Returns a newXClientMessageEvent
instance allocated withmemAlloc
.static XClientMessageEvent.Buffer
malloc(int capacity)
Returns a newXClientMessageEvent.Buffer
instance allocated withmemAlloc
.static XClientMessageEvent.Buffer
malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent.Buffer
instance allocated on the specifiedMemoryStack
.static XClientMessageEvent
malloc(org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent
instance allocated on the specifiedMemoryStack
.static XClientMessageEvent
mallocStack()
Deprecated.static XClientMessageEvent.Buffer
mallocStack(int capacity)
Deprecated.static XClientMessageEvent.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.static XClientMessageEvent
mallocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.long
message_type()
XClientMessageEvent
message_type(long value)
Sets the specified value to themessage_type
field.static java.nio.ByteBuffer
ndata_b(long struct)
Unsafe version ofdata_b()
.static byte
ndata_b(long struct, int index)
Unsafe version ofdata_b
.static void
ndata_b(long struct, int index, byte value)
Unsafe version ofdata_b
.static void
ndata_b(long struct, java.nio.ByteBuffer value)
Unsafe version ofdata_b
.static org.lwjgl.CLongBuffer
ndata_l(long struct)
Unsafe version ofdata_l()
.static long
ndata_l(long struct, int index)
Unsafe version ofdata_l
.static void
ndata_l(long struct, int index, long value)
Unsafe version ofdata_l
.static void
ndata_l(long struct, org.lwjgl.CLongBuffer value)
Unsafe version ofdata_l
.static java.nio.ShortBuffer
ndata_s(long struct)
Unsafe version ofdata_s()
.static short
ndata_s(long struct, int index)
Unsafe version ofdata_s
.static void
ndata_s(long struct, int index, short value)
Unsafe version ofdata_s
.static void
ndata_s(long struct, java.nio.ShortBuffer value)
Unsafe version ofdata_s
.static long
ndisplay(long struct)
Unsafe version ofdisplay()
.static void
ndisplay(long struct, long value)
Unsafe version ofdisplay
.static int
nformat(long struct)
Unsafe version offormat()
.static void
nformat(long struct, int value)
Unsafe version offormat
.static long
nmessage_type(long struct)
Unsafe version ofmessage_type()
.static void
nmessage_type(long struct, long value)
Unsafe version ofmessage_type
.static int
nsend_event(long struct)
Unsafe version ofsend_event()
.static void
nsend_event(long struct, int value)
Unsafe version ofsend_event
.static long
nserial(long struct)
Unsafe version ofserial()
.static void
nserial(long struct, long value)
Unsafe version ofserial
.static int
ntype(long struct)
Unsafe version oftype()
.static void
ntype(long struct, int value)
Unsafe version oftype
.static long
nwindow(long struct)
Unsafe version ofwindow()
.static void
nwindow(long struct, long value)
Unsafe version ofwindow
.boolean
send_event()
true if this came from anX11.XSendEvent(long, long, boolean, long, org.lwjgl.system.linux.XEvent)
requestXClientMessageEvent
send_event(boolean value)
Sets the specified value to thesend_event()
field.long
serial()
# of last request processed by serverXClientMessageEvent
serial(long value)
Sets the specified value to theserial()
field.XClientMessageEvent
set(int type, long serial, boolean send_event, long display, long window, long message_type, int format, java.nio.ByteBuffer data_b, java.nio.ShortBuffer data_s, org.lwjgl.CLongBuffer data_l)
Initializes this struct with the specified values.XClientMessageEvent
set(XClientMessageEvent src)
Copies the specified struct data to this struct.int
sizeof()
int
type()
XClientMessageEvent
type(int value)
Sets the specified value to thetype
field.static void
validate(long struct)
Validates pointer members that should not beNULL
.long
window()
window it reported relative toXClientMessageEvent
window(long value)
Sets the specified value to thewindow()
field.
-
-
-
Constructor Detail
-
XClientMessageEvent
public XClientMessageEvent(java.nio.ByteBuffer container)
Creates aXClientMessageEvent
instance at the current position of the specifiedByteBuffer
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()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
type
public int type()
- Returns:
- the value of the
type
field.
-
serial
public long serial()
# of last request processed by server
-
send_event
public boolean send_event()
true if this came from anX11.XSendEvent(long, long, boolean, long, org.lwjgl.system.linux.XEvent)
request
-
display
public long display()
Display
the event was read from
-
window
public long window()
window it reported relative to
-
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 type(int value)
Sets the specified value to thetype
field.
-
serial
public XClientMessageEvent serial(long value)
Sets the specified value to theserial()
field.
-
send_event
public XClientMessageEvent send_event(boolean value)
Sets the specified value to thesend_event()
field.
-
display
public XClientMessageEvent display(long value)
Sets the specified value to thedisplay()
field.
-
window
public XClientMessageEvent window(long value)
Sets the specified value to thewindow()
field.
-
message_type
public XClientMessageEvent message_type(long value)
Sets the specified value to themessage_type
field.
-
format
public XClientMessageEvent format(int value)
Sets the specified value to theformat
field.
-
data_b
public XClientMessageEvent data_b(java.nio.ByteBuffer value)
Copies the specifiedByteBuffer
to theb
field.
-
data_b
public XClientMessageEvent data_b(int index, byte value)
Sets the specified value at the specified index of theb
field.
-
data_s
public XClientMessageEvent data_s(java.nio.ShortBuffer value)
Copies the specifiedShortBuffer
to thes
field.
-
data_s
public XClientMessageEvent data_s(int index, short value)
Sets the specified value at the specified index of thes
field.
-
data_l
public XClientMessageEvent data_l(org.lwjgl.CLongBuffer value)
Copies the specifiedCLongBuffer
to thel
field.
-
data_l
public XClientMessageEvent data_l(int index, long value)
Sets the specified value at the specified index of thel
field.
-
set
public XClientMessageEvent set(int type, long serial, boolean send_event, long display, long window, long message_type, int format, java.nio.ByteBuffer data_b, java.nio.ShortBuffer data_s, org.lwjgl.CLongBuffer data_l)
Initializes this struct with the specified values.
-
set
public XClientMessageEvent set(XClientMessageEvent src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static XClientMessageEvent malloc()
Returns a newXClientMessageEvent
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static XClientMessageEvent calloc()
Returns a newXClientMessageEvent
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static XClientMessageEvent create()
Returns a newXClientMessageEvent
instance allocated withBufferUtils
.
-
create
public static XClientMessageEvent create(long address)
Returns a newXClientMessageEvent
instance for the specified memory address.
-
createSafe
@Nullable public static XClientMessageEvent createSafe(long address)
-
malloc
public static XClientMessageEvent.Buffer malloc(int capacity)
Returns a newXClientMessageEvent.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static XClientMessageEvent.Buffer calloc(int capacity)
Returns a newXClientMessageEvent.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static XClientMessageEvent.Buffer create(int capacity)
Returns a newXClientMessageEvent.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static XClientMessageEvent.Buffer create(long address, int capacity)
Create aXClientMessageEvent.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static XClientMessageEvent.Buffer createSafe(long address, int capacity)
-
mallocStack
@Deprecated public static XClientMessageEvent mallocStack()
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead.
-
callocStack
@Deprecated public static XClientMessageEvent callocStack()
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead.
-
mallocStack
@Deprecated public static XClientMessageEvent mallocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)
instead.
-
callocStack
@Deprecated public static XClientMessageEvent callocStack(org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)
instead.
-
mallocStack
@Deprecated public static XClientMessageEvent.Buffer mallocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead.
-
callocStack
@Deprecated public static XClientMessageEvent.Buffer callocStack(int capacity)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead.
-
mallocStack
@Deprecated public static XClientMessageEvent.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead.
-
callocStack
@Deprecated public static XClientMessageEvent.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead.
-
malloc
public static XClientMessageEvent malloc(org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
public static XClientMessageEvent calloc(org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
public static XClientMessageEvent.Buffer malloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
calloc
public static XClientMessageEvent.Buffer calloc(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newXClientMessageEvent.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
ntype
public static int ntype(long struct)
Unsafe version oftype()
.
-
nserial
public static long nserial(long struct)
Unsafe version ofserial()
.
-
nsend_event
public static int nsend_event(long struct)
Unsafe version ofsend_event()
.
-
ndisplay
public static long ndisplay(long struct)
Unsafe version ofdisplay()
.
-
nwindow
public static long nwindow(long struct)
Unsafe version ofwindow()
.
-
nmessage_type
public static long nmessage_type(long struct)
Unsafe version ofmessage_type()
.
-
nformat
public static int nformat(long struct)
Unsafe version offormat()
.
-
ndata_b
public static java.nio.ByteBuffer ndata_b(long struct)
Unsafe version ofdata_b()
.
-
ndata_b
public static byte ndata_b(long struct, int index)
Unsafe version ofdata_b
.
-
ndata_s
public static java.nio.ShortBuffer ndata_s(long struct)
Unsafe version ofdata_s()
.
-
ndata_s
public static short ndata_s(long struct, int index)
Unsafe version ofdata_s
.
-
ndata_l
public static org.lwjgl.CLongBuffer ndata_l(long struct)
Unsafe version ofdata_l()
.
-
ndata_l
public static long ndata_l(long struct, int index)
Unsafe version ofdata_l
.
-
ntype
public static void ntype(long struct, int value)
Unsafe version oftype
.
-
nserial
public static void nserial(long struct, long value)
Unsafe version ofserial
.
-
nsend_event
public static void nsend_event(long struct, int value)
Unsafe version ofsend_event
.
-
ndisplay
public static void ndisplay(long struct, long value)
Unsafe version ofdisplay
.
-
nwindow
public static void nwindow(long struct, long value)
Unsafe version ofwindow
.
-
nmessage_type
public static void nmessage_type(long struct, long value)
Unsafe version ofmessage_type
.
-
nformat
public static void nformat(long struct, int value)
Unsafe version offormat
.
-
ndata_b
public static void ndata_b(long struct, java.nio.ByteBuffer value)
Unsafe version ofdata_b
.
-
ndata_b
public static void ndata_b(long struct, int index, byte value)
Unsafe version ofdata_b
.
-
ndata_s
public static void ndata_s(long struct, java.nio.ShortBuffer value)
Unsafe version ofdata_s
.
-
ndata_s
public static void ndata_s(long struct, int index, short value)
Unsafe version ofdata_s
.
-
ndata_l
public static void ndata_l(long struct, org.lwjgl.CLongBuffer value)
Unsafe version ofdata_l
.
-
ndata_l
public static void ndata_l(long struct, int index, long value)
Unsafe version ofdata_l
.
-
validate
public static void validate(long struct)
Validates pointer members that should not beNULL
.- Parameters:
struct
- the struct to validate
-
-