MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / VRSettings

Method VRSettings

headers/openvr.h:5937–5946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5935 }
5936
5937 IVRSettings *VRSettings()
5938 {
5939 CheckClear();
5940 if ( m_pVRSettings == nullptr )
5941 {
5942 EVRInitError eError;
5943 m_pVRSettings = ( IVRSettings * )VR_GetGenericInterface( IVRSettings_Version, &eError );
5944 }
5945 return m_pVRSettings;
5946 }
5947
5948 IVRApplications *VRApplications()
5949 {

Callers 1

VR_CALLTYPE VRSettingsFunction · 0.45

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected