Package org.lwjgl.nuklear
Class NkKeyboard.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<NkKeyboard,NkKeyboard.Buffer>
-
- org.lwjgl.nuklear.NkKeyboard.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<NkKeyboard>
,org.lwjgl.system.Pointer
- Enclosing class:
- NkKeyboard
public static class NkKeyboard.Buffer extends org.lwjgl.system.StructBuffer<NkKeyboard,NkKeyboard.Buffer>
An array ofNkKeyboard
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NkKey.Buffer
keys()
Returns aNkKey
.Buffer view of thekeys
field.NkKey
keys(int index)
Returns aNkKey
view of the struct at the specified index of thekeys
field.java.nio.ByteBuffer
text()
Returns aByteBuffer
view of thetext
field.byte
text(int index)
Returns the value at the specified index of thetext
field.int
text_len()
Returns the value of thetext_len
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newNkKeyboard.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 byNkKeyboard.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
-
keys
public NkKey.Buffer keys()
Returns aNkKey
.Buffer view of thekeys
field.
-
keys
public NkKey keys(int index)
Returns aNkKey
view of the struct at the specified index of thekeys
field.
-
text
public java.nio.ByteBuffer text()
Returns aByteBuffer
view of thetext
field.
-
text
public byte text(int index)
Returns the value at the specified index of thetext
field.
-
text_len
public int text_len()
Returns the value of thetext_len
field.
-
-