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()longreserved1()longreserved2()longreserved3()longreserved4()longreserved5()
-
-
-
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 the
reserved0field.
-
reserved1
public long reserved1()
- Returns:
- the value of the
reserved1field.
-
reserved2
public long reserved2()
- Returns:
- the value of the
reserved2field.
-
reserved3
public long reserved3()
- Returns:
- the value of the
reserved3field.
-
reserved4
public long reserved4()
- Returns:
- the value of the
reserved4field.
-
reserved5
public long reserved5()
- Returns:
- the value of the
reserved5field.
-
-