Package org.lwjgl.openvr
Class OpenVR
- java.lang.Object
-
- org.lwjgl.openvr.OpenVR
-
public final class OpenVR extends java.lang.Object
The OpenVR function tables.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenVR.IVRApplications
static class
OpenVR.IVRChaperone
static class
OpenVR.IVRChaperoneSetup
static class
OpenVR.IVRCompositor
static class
OpenVR.IVRDebug
static class
OpenVR.IVRDriverManager
static class
OpenVR.IVRExtendedDisplay
static class
OpenVR.IVRInput
static class
OpenVR.IVRIOBuffer
static class
OpenVR.IVRNotifications
static class
OpenVR.IVROverlay
static class
OpenVR.IVRRenderModels
static class
OpenVR.IVRResources
static class
OpenVR.IVRScreenshots
static class
OpenVR.IVRSettings
static class
OpenVR.IVRSpatialAnchors
static class
OpenVR.IVRSystem
static class
OpenVR.IVRTrackedCamera
-
Field Summary
Fields Modifier and Type Field Description static OpenVR.IVRApplications
VRApplications
static OpenVR.IVRChaperone
VRChaperone
static OpenVR.IVRChaperoneSetup
VRChaperoneSetup
static OpenVR.IVRCompositor
VRCompositor
static OpenVR.IVRDebug
VRDebug
static OpenVR.IVRDriverManager
VRDriverManager
static OpenVR.IVRExtendedDisplay
VRExtendedDisplay
static OpenVR.IVRInput
VRInput
static OpenVR.IVRIOBuffer
VRIOBuffer
static OpenVR.IVRNotifications
VRNotifications
static OpenVR.IVROverlay
VROverlay
static OpenVR.IVRRenderModels
VRRenderModels
static OpenVR.IVRResources
VRResources
static OpenVR.IVRScreenshots
VRScreenshots
static OpenVR.IVRSettings
VRSettings
static OpenVR.IVRSpatialAnchors
VRSpatialAnchors
static OpenVR.IVRSystem
VRSystem
static OpenVR.IVRTrackedCamera
VRTrackedCamera
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
checkInitToken()
static void
create(int token)
static void
destroy()
-
-
-
Field Detail
-
VRSystem
@Nullable public static OpenVR.IVRSystem VRSystem
-
VRChaperone
@Nullable public static OpenVR.IVRChaperone VRChaperone
-
VRChaperoneSetup
@Nullable public static OpenVR.IVRChaperoneSetup VRChaperoneSetup
-
VRCompositor
@Nullable public static OpenVR.IVRCompositor VRCompositor
-
VROverlay
@Nullable public static OpenVR.IVROverlay VROverlay
-
VRResources
@Nullable public static OpenVR.IVRResources VRResources
-
VRRenderModels
@Nullable public static OpenVR.IVRRenderModels VRRenderModels
-
VRExtendedDisplay
@Nullable public static OpenVR.IVRExtendedDisplay VRExtendedDisplay
-
VRSettings
@Nullable public static OpenVR.IVRSettings VRSettings
-
VRApplications
@Nullable public static OpenVR.IVRApplications VRApplications
-
VRTrackedCamera
@Nullable public static OpenVR.IVRTrackedCamera VRTrackedCamera
-
VRScreenshots
@Nullable public static OpenVR.IVRScreenshots VRScreenshots
-
VRDriverManager
@Nullable public static OpenVR.IVRDriverManager VRDriverManager
-
VRInput
@Nullable public static OpenVR.IVRInput VRInput
-
VRIOBuffer
@Nullable public static OpenVR.IVRIOBuffer VRIOBuffer
-
VRSpatialAnchors
@Nullable public static OpenVR.IVRSpatialAnchors VRSpatialAnchors
-
VRDebug
@Nullable public static OpenVR.IVRDebug VRDebug
-
VRNotifications
@Nullable public static OpenVR.IVRNotifications VRNotifications
-
-