Package org.lwjgl.openvr
Class VREventReserved.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<VREventReserved,VREventReserved.Buffer>
-
- org.lwjgl.openvr.VREventReserved.Buffer
-
- All Implemented Interfaces:
java.lang.Iterable<VREventReserved>,org.lwjgl.system.Pointer
- Enclosing class:
- VREventReserved
public static class VREventReserved.Buffer extends org.lwjgl.system.StructBuffer<VREventReserved,VREventReserved.Buffer>
An array ofVREventReservedstructs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longreserved0()Returns the value of thereserved0field.longreserved1()Returns the value of thereserved1field.longreserved2()Returns the value of thereserved2field.longreserved3()Returns the value of thereserved3field.longreserved4()Returns the value of thereserved4field.longreserved5()Returns the value of thereserved5field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVREventReserved.Bufferinstance 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 byVREventReserved.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
-
reserved0
public long reserved0()
Returns the value of thereserved0field.
-
reserved1
public long reserved1()
Returns the value of thereserved1field.
-
reserved2
public long reserved2()
Returns the value of thereserved2field.
-
reserved3
public long reserved3()
Returns the value of thereserved3field.
-
reserved4
public long reserved4()
Returns the value of thereserved4field.
-
reserved5
public long reserved5()
Returns the value of thereserved5field.
-
-