Class VRSystem

java.lang.Object
org.lwjgl.openvr.VRSystem

public class VRSystem extends Object
Main interface for display, distortion, tracking, controller, and event access.

The IVRSystem interface provides access to display configuration information, tracking data, distortion functions, controller state, events, and device properties. It is the main interface of OpenVR and can be initialized and retrieved with the InitInternal function.

Many functions in IVRSystem use a tracked device index to identify a specific device attached to the computer. There will never be more than VR.k_unMaxTrackedDeviceCount devices active in the system at any given time. Their indices will be 0 (for the HMD) and 1-15 for the other devices.