| 5946 | } |
| 5947 | |
| 5948 | IVRApplications *VRApplications() |
| 5949 | { |
| 5950 | CheckClear(); |
| 5951 | if ( m_pVRApplications == nullptr ) |
| 5952 | { |
| 5953 | EVRInitError eError; |
| 5954 | m_pVRApplications = ( IVRApplications * )VR_GetGenericInterface( IVRApplications_Version, &eError ); |
| 5955 | } |
| 5956 | return m_pVRApplications; |
| 5957 | } |
| 5958 | |
| 5959 | IVRTrackedCamera *VRTrackedCamera() |
| 5960 | { |
no test coverage detected