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 ofVREventReserved
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
reserved0()
Returns the value of thereserved0
field.long
reserved1()
Returns the value of thereserved1
field.long
reserved2()
Returns the value of thereserved2
field.long
reserved3()
Returns the value of thereserved3
field.long
reserved4()
Returns the value of thereserved4
field.long
reserved5()
Returns the value of thereserved5
field.
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newVREventReserved.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 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 thereserved0
field.
-
reserved1
public long reserved1()
Returns the value of thereserved1
field.
-
reserved2
public long reserved2()
Returns the value of thereserved2
field.
-
reserved3
public long reserved3()
Returns the value of thereserved3
field.
-
reserved4
public long reserved4()
Returns the value of thereserved4
field.
-
reserved5
public long reserved5()
Returns the value of thereserved5
field.
-
-