Class VRProperties

java.lang.Object
org.lwjgl.openvr.VRProperties

public class VRProperties extends Object
  • 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

      public static @Nullable String VRProperties_GetPropErrorNameFromEnum(int error)
    • VRProperties_TrackedDeviceToPropertyContainer

      public static long VRProperties_TrackedDeviceToPropertyContainer(int nDevice)