Class VRDriverManager

java.lang.Object
org.lwjgl.openvr.VRDriverManager

public class VRDriverManager extends Object
  • Method Details

    • VRDriverManager_GetDriverCount

      public static int VRDriverManager_GetDriverCount()
    • nVRDriverManager_GetDriverName

      public static int nVRDriverManager_GetDriverName(int nDriver, long pchValue, int unBufferSize)
      Unsafe version of: GetDriverName
    • VRDriverManager_GetDriverName

      public static int VRDriverManager_GetDriverName(int nDriver, @Nullable ByteBuffer pchValue)
      Returns:
      the length of the number of bytes necessary to hold this string including the trailing null
    • VRDriverManager_GetDriverName

      public static String VRDriverManager_GetDriverName(int nDriver, int unBufferSize)
      Returns:
      the length of the number of bytes necessary to hold this string including the trailing null
    • nVRDriverManager_GetDriverHandle

      public static long nVRDriverManager_GetDriverHandle(long pchDriverName)
      Unsafe version of: GetDriverHandle
    • VRDriverManager_GetDriverHandle

      public static long VRDriverManager_GetDriverHandle(ByteBuffer pchDriverName)
      Returns the property container handle for the specified driver.
      Parameters:
      pchDriverName - the driver name
    • VRDriverManager_GetDriverHandle

      public static long VRDriverManager_GetDriverHandle(CharSequence pchDriverName)
      Returns the property container handle for the specified driver.
      Parameters:
      pchDriverName - the driver name
    • VRDriverManager_IsEnabled

      public static boolean VRDriverManager_IsEnabled(int nDriver)