Package org.lwjgl.ovr
Class OVRVersion
- java.lang.Object
-
- org.lwjgl.ovr.OVRVersion
-
public final class OVRVersion extends java.lang.ObjectLibOVR version identification.
-
-
Field Summary
Fields Modifier and Type Field and Description static intOVR_BUILD_NUMBERMaster version numbers.static java.lang.StringOVR_DETAILED_VERSION_STRING"Major.Minor.Patch.Build"static intOVR_DLL_COMPATIBLE_VERSIONThe((product * 100) + major)version of the service that the DLL is compatible with.static intOVR_MAJOR_VERSION
OVR_MINOR_VERSIONMaster version numbers.static intOVR_OVR_FEATURE_VERSIONstatic intOVR_PATCH_VERSION
OVR_PRODUCT_VERSIONMaster version numbers.static java.lang.StringOVR_VERSION_STRING"Major.Minor.Patch.Build"
-
-
-
Field Detail
-
OVR_PRODUCT_VERSION
public static final int OVR_PRODUCT_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_MAJOR_VERSION
public static final int OVR_MAJOR_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_MINOR_VERSION
public static final int OVR_MINOR_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_PATCH_VERSION
public static final int OVR_PATCH_VERSION
Master version numbers.- See Also:
- Constant Field Values
-
OVR_BUILD_NUMBER
public static final int OVR_BUILD_NUMBER
Master version numbers.- See Also:
- Constant Field Values
-
OVR_DLL_COMPATIBLE_VERSION
public static final int OVR_DLL_COMPATIBLE_VERSION
The((product * 100) + major)version of the service that the DLL is compatible with.- See Also:
- Constant Field Values
-
OVR_OVR_FEATURE_VERSION
public static final int OVR_OVR_FEATURE_VERSION
- See Also:
- Constant Field Values
-
OVR_VERSION_STRING
public static final java.lang.String OVR_VERSION_STRING
"Major.Minor.Patch.Build"
-
OVR_DETAILED_VERSION_STRING
public static final java.lang.String OVR_DETAILED_VERSION_STRING
"Major.Minor.Patch.Build"
-
-