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.StructNot 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 classVREventReserved.BufferAn array ofVREventReservedstructs.
-
Constructor Summary
Constructors Constructor Description VREventReserved(java.nio.ByteBuffer container)Creates aVREventReservedinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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 VREventReservedcreateSafe(long address)static 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().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.intsizeof()
-
-
-
Constructor Detail
-
VREventReserved
public VREventReserved(java.nio.ByteBuffer container)
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 Detail
-
sizeof
public int sizeof()
- Specified by:
sizeofin classorg.lwjgl.system.Struct
-
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.
-
create
public static VREventReserved create(long address)
Returns a newVREventReservedinstance 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.Bufferinstance 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().
-
-