Package org.lwjgl.openvr
Class VRDriverManager
- java.lang.Object
-
- org.lwjgl.openvr.VRDriverManager
-
public class VRDriverManager extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
nVRDriverManager_GetDriverHandle(long pchDriverName)
Unsafe version of:GetDriverHandle
static int
nVRDriverManager_GetDriverName(int nDriver, long pchValue, int unBufferSize)
Unsafe version of:GetDriverName
static int
VRDriverManager_GetDriverCount()
static long
VRDriverManager_GetDriverHandle(java.lang.CharSequence pchDriverName)
Returns the property container handle for the specified driver.static long
VRDriverManager_GetDriverHandle(java.nio.ByteBuffer pchDriverName)
Returns the property container handle for the specified driver.static java.lang.String
VRDriverManager_GetDriverName(int nDriver, int unBufferSize)
static int
VRDriverManager_GetDriverName(int nDriver, java.nio.ByteBuffer pchValue)
static boolean
VRDriverManager_IsEnabled(int nDriver)
-
-
-
Method Detail
-
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 java.nio.ByteBuffer pchValue) public static java.lang.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(java.nio.ByteBuffer pchDriverName) public static long VRDriverManager_GetDriverHandle(java.lang.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)
-
-