Package org.lwjgl.openvr
Class VREventSeatedZeroPoseReset
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.openvr.VREventSeatedZeroPoseReset
-
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class VREventSeatedZeroPoseReset extends org.lwjgl.system.StructLayout
struct VREvent_SeatedZeroPoseReset_t { bool bResetBySystemMenu; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVREventSeatedZeroPoseReset.BufferAn array ofVREventSeatedZeroPoseResetstructs.
-
Field Summary
Fields Modifier and Type Field Description static intALIGNOFThe struct alignment in bytes.static intBRESETBYSYSTEMMENUThe struct member offsets.static intSIZEOFThe struct size in bytes.
-
Constructor Summary
Constructors Constructor Description VREventSeatedZeroPoseReset(java.nio.ByteBuffer container)Creates aVREventSeatedZeroPoseResetinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanbResetBySystemMenu()Returns the value of thebResetBySystemMenufield.static VREventSeatedZeroPoseResetcreate(long address)Returns a newVREventSeatedZeroPoseResetinstance for the specified memory address.static VREventSeatedZeroPoseReset.Buffercreate(long address, int capacity)Create aVREventSeatedZeroPoseReset.Bufferinstance at the specified memory.static VREventSeatedZeroPoseResetcreateSafe(long address)static VREventSeatedZeroPoseReset.BuffercreateSafe(long address, int capacity)static booleannbResetBySystemMenu(long struct)Unsafe version ofbResetBySystemMenu().intsizeof()
-
-
-
Constructor Detail
-
VREventSeatedZeroPoseReset
public VREventSeatedZeroPoseReset(java.nio.ByteBuffer container)
Creates aVREventSeatedZeroPoseResetinstance 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
-
bResetBySystemMenu
public boolean bResetBySystemMenu()
Returns the value of thebResetBySystemMenufield.
-
create
public static VREventSeatedZeroPoseReset create(long address)
Returns a newVREventSeatedZeroPoseResetinstance for the specified memory address.
-
createSafe
@Nullable public static VREventSeatedZeroPoseReset createSafe(long address)
-
create
public static VREventSeatedZeroPoseReset.Buffer create(long address, int capacity)
Create aVREventSeatedZeroPoseReset.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
@Nullable public static VREventSeatedZeroPoseReset.Buffer createSafe(long address, int capacity)
-
nbResetBySystemMenu
public static boolean nbResetBySystemMenu(long struct)
Unsafe version ofbResetBySystemMenu().
-
-