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.Struct
Layout
struct VREvent_ShowUI_t { EShowUIType eType; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VREventShowUI.Buffer
An array ofVREventShowUI
structs.
-
Constructor Summary
Constructors Constructor Description VREventShowUI(java.nio.ByteBuffer container)
Creates aVREventShowUI
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 VREventShowUI
create(long address)
Returns a newVREventShowUI
instance for the specified memory address.static VREventShowUI.Buffer
create(long address, int capacity)
Create aVREventShowUI.Buffer
instance at the specified memory.static VREventShowUI
createSafe(long address)
static VREventShowUI.Buffer
createSafe(long address, int capacity)
int
eType()
Returns the value of theeType
field.static int
neType(long struct)
Unsafe version ofeType()
.int
sizeof()
-
-
-
Constructor Detail
-
VREventShowUI
public VREventShowUI(java.nio.ByteBuffer container)
Creates aVREventShowUI
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
-
eType
public int eType()
Returns the value of theeType
field.
-
create
public static VREventShowUI create(long address)
Returns a newVREventShowUI
instance 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.Buffer
instance 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()
.
-
-