Package org.lwjgl.openvr
Class VREventReserved
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VREventReserved>
org.lwjgl.openvr.VREventReserved
- All Implemented Interfaces:
org.lwjgl.system.Pointer
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 ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVREventReserved(ByteBuffer container) Creates aVREventReservedinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VREventReservedcreate(long address) Returns a newVREventReservedinstance for the specified memory address.static VREventReserved.Buffercreate(long address, int capacity) Create aVREventReserved.Bufferinstance at the specified memory.static @Nullable VREventReservedcreateSafe(long address) static @Nullable VREventReserved.BuffercreateSafe(long address, int capacity) static longnreserved0(long struct) Unsafe version ofreserved0().static longnreserved1(long struct) Unsafe version ofreserved1().static longnreserved2(long struct) Unsafe version ofreserved2().static longnreserved3(long struct) Unsafe version ofreserved3().static longnreserved4(long struct) Unsafe version ofreserved4().static longnreserved5(long struct) Unsafe version ofreserved5().longlonglonglonglonglongintsizeof()Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
RESERVED0
public static final int RESERVED0The struct member offsets. -
RESERVED1
public static final int RESERVED1The struct member offsets. -
RESERVED2
public static final int RESERVED2The struct member offsets. -
RESERVED3
public static final int RESERVED3The struct member offsets. -
RESERVED4
public static final int RESERVED4The struct member offsets. -
RESERVED5
public static final int RESERVED5The struct member offsets.
-
-
Constructor Details
-
VREventReserved
Creates aVREventReservedinstance at the current position of the specifiedByteBuffercontainer. 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 Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VREventReserved>
-
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.
-
create
Returns a newVREventReservedinstance for the specified memory address. -
createSafe
-
create
Create aVREventReserved.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
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().
-