public static class NkEditState.Buffer extends org.lwjgl.system.StructBuffer<NkEditState,NkEditState.Buffer>
NkEditState structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
NkEditState.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
active()
Returns the value of the
active field. |
int |
cursor()
Returns the value of the
cursor field. |
byte |
mode()
Returns the value of the
mode field. |
int |
name()
Returns the value of the
name field. |
int |
old()
Returns the value of the
old field. |
int |
prev()
Returns the value of the
prev field. |
NkScroll |
scrollbar()
Returns a
NkScroll view of the scrollbar field. |
int |
sel_end()
Returns the value of the
sel_end field. |
int |
sel_start()
Returns the value of the
sel_start field. |
int |
seq()
Returns the value of the
seq field. |
boolean |
single_line()
Returns the value of the
single_line field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
NkEditState.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
by NkEditState.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int name()
name field.public int seq()
seq field.public int old()
old field.public int active()
active field.public int prev()
prev field.public int cursor()
cursor field.public int sel_start()
sel_start field.public int sel_end()
sel_end field.public byte mode()
mode field.public boolean single_line()
single_line field.Copyright LWJGL. All Rights Reserved. License terms.