Package org.lwjgl.openvr
Class VRDriverManager
java.lang.Object
org.lwjgl.openvr.VRDriverManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic longnVRDriverManager_GetDriverHandle(long pchDriverName) Unsafe version of:GetDriverHandlestatic intnVRDriverManager_GetDriverName(int nDriver, long pchValue, int unBufferSize) Unsafe version of:GetDriverNamestatic intstatic longVRDriverManager_GetDriverHandle(CharSequence pchDriverName) Returns the property container handle for the specified driver.static longVRDriverManager_GetDriverHandle(ByteBuffer pchDriverName) Returns the property container handle for the specified driver.static StringVRDriverManager_GetDriverName(int nDriver, int unBufferSize) static intVRDriverManager_GetDriverName(int nDriver, @Nullable ByteBuffer pchValue) static booleanVRDriverManager_IsEnabled(int nDriver)
-
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
- Returns:
- the length of the number of bytes necessary to hold this string including the trailing null
-
VRDriverManager_GetDriverName
- 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
Returns the property container handle for the specified driver.- Parameters:
pchDriverName- the driver name
-
VRDriverManager_GetDriverHandle
Returns the property container handle for the specified driver.- Parameters:
pchDriverName- the driver name
-
VRDriverManager_IsEnabled
public static boolean VRDriverManager_IsEnabled(int nDriver)
-