| 4496 | } |
| 4497 | |
| 4498 | IVRResources *VRResources() |
| 4499 | { |
| 4500 | if ( !m_pVRResources ) |
| 4501 | { |
| 4502 | EVRInitError eError; |
| 4503 | m_pVRResources = (IVRResources *)VRDriverContext()->GetGenericInterface( IVRResources_Version, &eError ); |
| 4504 | } |
| 4505 | return m_pVRResources; |
| 4506 | } |
| 4507 | |
| 4508 | IVRDriverInput *VRDriverInput() |
| 4509 | { |
no test coverage detected