Package org.lwjgl.openvr
Class VRProperties
java.lang.Object
org.lwjgl.openvr.VRProperties
-
Method Summary
Modifier and TypeMethodDescriptionstatic longnVRProperties_GetPropErrorNameFromEnum(int error) static intnVRProperties_ReadPropertyBatch(long ulContainerHandle, long pBatch, int unBatchEntryCount) static intnVRProperties_WritePropertyBatch(long ulContainerHandle, long pBatch, int unBatchEntryCount) static @Nullable StringVRProperties_GetPropErrorNameFromEnum(int error) static intVRProperties_ReadPropertyBatch(long ulContainerHandle, PropertyRead.Buffer pBatch) static longVRProperties_TrackedDeviceToPropertyContainer(int nDevice) static intVRProperties_WritePropertyBatch(long ulContainerHandle, PropertyWrite.Buffer pBatch)
-
Method Details
-
nVRProperties_ReadPropertyBatch
public static int nVRProperties_ReadPropertyBatch(long ulContainerHandle, long pBatch, int unBatchEntryCount) -
VRProperties_ReadPropertyBatch
public static int VRProperties_ReadPropertyBatch(long ulContainerHandle, PropertyRead.Buffer pBatch) -
nVRProperties_WritePropertyBatch
public static int nVRProperties_WritePropertyBatch(long ulContainerHandle, long pBatch, int unBatchEntryCount) -
VRProperties_WritePropertyBatch
public static int VRProperties_WritePropertyBatch(long ulContainerHandle, PropertyWrite.Buffer pBatch) -
nVRProperties_GetPropErrorNameFromEnum
public static long nVRProperties_GetPropErrorNameFromEnum(int error) -
VRProperties_GetPropErrorNameFromEnum
-
VRProperties_TrackedDeviceToPropertyContainer
public static long VRProperties_TrackedDeviceToPropertyContainer(int nDevice)
-