public static class NkMouse.Buffer extends org.lwjgl.system.StructBuffer<NkMouse,NkMouse.Buffer>
NkMouse structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
NkMouse.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
NkMouseButton.Buffer |
buttons()
Returns a
NkMouseButton.Buffer view of the buttons field. |
NkMouseButton |
buttons(int index)
Returns a
NkMouseButton view of the struct at the specified index of the buttons field. |
NkVec2 |
delta()
Returns a
NkVec2 view of the delta field. |
boolean |
grab()
Returns the value of the
grab field. |
boolean |
grabbed()
Returns the value of the
grabbed field. |
NkVec2 |
pos()
Returns a
NkVec2 view of the pos field. |
NkVec2 |
prev()
Returns a
NkVec2 view of the prev field. |
NkVec2 |
scroll_delta()
Returns a
NkVec2 view of the scroll_delta field. |
boolean |
ungrab()
Returns the value of the
ungrab field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
NkMouse.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 NkMouse.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 NkMouseButton.Buffer buttons()
NkMouseButton.Buffer view of the buttons field.public NkMouseButton buttons(int index)
NkMouseButton view of the struct at the specified index of the buttons field.public boolean grab()
grab field.public boolean grabbed()
grabbed field.public boolean ungrab()
ungrab field.Copyright LWJGL. All Rights Reserved. License terms.