Package org.lwjgl.openvr
Class VREventShowUI
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.openvr.VREventShowUI
-
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class VREventShowUI extends org.lwjgl.system.StructLayout
struct VREvent_ShowUI_t { EShowUIType eType; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVREventShowUI.BufferAn array ofVREventShowUIstructs.
-
Constructor Summary
Constructors Constructor Description VREventShowUI(java.nio.ByteBuffer container)Creates aVREventShowUIinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VREventShowUIcreate(long address)Returns a newVREventShowUIinstance for the specified memory address.static VREventShowUI.Buffercreate(long address, int capacity)Create aVREventShowUI.Bufferinstance at the specified memory.static VREventShowUIcreateSafe(long address)static VREventShowUI.BuffercreateSafe(long address, int capacity)inteType()Returns the value of theeTypefield.static intneType(long struct)Unsafe version ofeType().intsizeof()
-
-
-
Constructor Detail
-
VREventShowUI
public VREventShowUI(java.nio.ByteBuffer container)
Creates aVREventShowUIinstance 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
-
eType
public int eType()
Returns the value of theeTypefield.
-
create
public static VREventShowUI create(long address)
Returns a newVREventShowUIinstance for the specified memory address.
-
createSafe
@Nullable public static VREventShowUI createSafe(long address)
-
create
public static VREventShowUI.Buffer create(long address, int capacity)
Create aVREventShowUI.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
@Nullable public static VREventShowUI.Buffer createSafe(long address, int capacity)
-
neType
public static int neType(long struct)
Unsafe version ofeType().
-
-