Package org.lwjgl.openvr
Class VREventInputActionManifestLoad
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.openvr.VREventInputActionManifestLoad
-
- All Implemented Interfaces:
org.lwjgl.system.Pointer
public class VREventInputActionManifestLoad extends org.lwjgl.system.Struct
Layout
struct VREvent_InputActionManifestLoad_t { uint64_t pathAppKey; uint64_t pathMessage; uint64_t pathMessageParam; uint64_t pathManifestPath; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VREventInputActionManifestLoad.Buffer
An array ofVREventInputActionManifestLoad
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
PATHAPPKEY
PATHMANIFESTPATH
PATHMESSAGE
PATHMESSAGEPARAMThe struct member offsets.static int
SIZEOF
The struct size in bytes.
-
Constructor Summary
Constructors Constructor Description VREventInputActionManifestLoad(java.nio.ByteBuffer container)
Creates aVREventInputActionManifestLoad
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 VREventInputActionManifestLoad
create(long address)
Returns a newVREventInputActionManifestLoad
instance for the specified memory address.static VREventInputActionManifestLoad.Buffer
create(long address, int capacity)
Create aVREventInputActionManifestLoad.Buffer
instance at the specified memory.static VREventInputActionManifestLoad
createSafe(long address)
static VREventInputActionManifestLoad.Buffer
createSafe(long address, int capacity)
static long
npathAppKey(long struct)
Unsafe version ofpathAppKey()
.static long
npathManifestPath(long struct)
Unsafe version ofpathManifestPath()
.static long
npathMessage(long struct)
Unsafe version ofpathMessage()
.static long
npathMessageParam(long struct)
Unsafe version ofpathMessageParam()
.long
pathAppKey()
Returns the value of thepathAppKey
field.long
pathManifestPath()
Returns the value of thepathManifestPath
field.long
pathMessage()
Returns the value of thepathMessage
field.long
pathMessageParam()
Returns the value of thepathMessageParam
field.int
sizeof()
-
-
-
Constructor Detail
-
VREventInputActionManifestLoad
public VREventInputActionManifestLoad(java.nio.ByteBuffer container)
Creates aVREventInputActionManifestLoad
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
-
pathAppKey
public long pathAppKey()
Returns the value of thepathAppKey
field.
-
pathMessage
public long pathMessage()
Returns the value of thepathMessage
field.
-
pathMessageParam
public long pathMessageParam()
Returns the value of thepathMessageParam
field.
-
pathManifestPath
public long pathManifestPath()
Returns the value of thepathManifestPath
field.
-
create
public static VREventInputActionManifestLoad create(long address)
Returns a newVREventInputActionManifestLoad
instance for the specified memory address.
-
createSafe
@Nullable public static VREventInputActionManifestLoad createSafe(long address)
-
create
public static VREventInputActionManifestLoad.Buffer create(long address, int capacity)
Create aVREventInputActionManifestLoad.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VREventInputActionManifestLoad.Buffer createSafe(long address, int capacity)
-
npathAppKey
public static long npathAppKey(long struct)
Unsafe version ofpathAppKey()
.
-
npathMessage
public static long npathMessage(long struct)
Unsafe version ofpathMessage()
.
-
npathMessageParam
public static long npathMessageParam(long struct)
Unsafe version ofpathMessageParam()
.
-
npathManifestPath
public static long npathManifestPath(long struct)
Unsafe version ofpathManifestPath()
.
-
-