| 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 | { |
no test coverage detected