| 4506 | } |
| 4507 | |
| 4508 | IVRDriverInput *VRDriverInput() |
| 4509 | { |
| 4510 | if ( !m_pVRDriverInput ) |
| 4511 | { |
| 4512 | EVRInitError eError; |
| 4513 | m_pVRDriverInput = (IVRDriverInput *)VRDriverContext()->GetGenericInterface( IVRDriverInput_Version, &eError ); |
| 4514 | } |
| 4515 | return m_pVRDriverInput; |
| 4516 | } |
| 4517 | |
| 4518 | IVRIOBuffer *VRIOBuffer() |
| 4519 | { |
no test coverage detected