Package org.lwjgl.openvr
Class VREventReserved
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.openvr.VREventReserved
-
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class VREventReserved extends org.lwjgl.system.Struct
Not actually used for any events.Layout
struct VREvent_Reserved_t { uint64_t reserved0; uint64_t reserved1; uint64_t reserved2; uint64_t reserved3; uint64_t reserved4; uint64_t reserved5; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VREventReserved.Buffer
An array ofVREventReserved
structs.
-
Constructor Summary
Constructors Constructor Description VREventReserved(java.nio.ByteBuffer container)
Creates aVREventReserved
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VREventReserved
create(long address)
Returns a newVREventReserved
instance for the specified memory address.static VREventReserved.Buffer
create(long address, int capacity)
Create aVREventReserved.Buffer
instance at the specified memory.static VREventReserved
createSafe(long address)
static VREventReserved.Buffer
createSafe(long address, int capacity)
static long
nreserved0(long struct)
Unsafe version ofreserved0()
.static long
nreserved1(long struct)
Unsafe version ofreserved1()
.static long
nreserved2(long struct)
Unsafe version ofreserved2()
.static long
nreserved3(long struct)
Unsafe version ofreserved3()
.static long
nreserved4(long struct)
Unsafe version ofreserved4()
.static long
nreserved5(long struct)
Unsafe version ofreserved5()
.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.int
sizeof()
-
-
-
Constructor Detail
-
VREventReserved
public VREventReserved(java.nio.ByteBuffer container)
Creates aVREventReserved
instance at the current position of the specifiedByteBuffer
container. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
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.
-
create
public static VREventReserved create(long address)
Returns a newVREventReserved
instance for the specified memory address.
-
createSafe
@Nullable public static VREventReserved createSafe(long address)
-
create
public static VREventReserved.Buffer create(long address, int capacity)
Create aVREventReserved.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VREventReserved.Buffer createSafe(long address, int capacity)
-
nreserved0
public static long nreserved0(long struct)
Unsafe version ofreserved0()
.
-
nreserved1
public static long nreserved1(long struct)
Unsafe version ofreserved1()
.
-
nreserved2
public static long nreserved2(long struct)
Unsafe version ofreserved2()
.
-
nreserved3
public static long nreserved3(long struct)
Unsafe version ofreserved3()
.
-
nreserved4
public static long nreserved4(long struct)
Unsafe version ofreserved4()
.
-
nreserved5
public static long nreserved5(long struct)
Unsafe version ofreserved5()
.
-
-