| 5979 | } |
| 5980 | |
| 5981 | IVRInput *VRInput() |
| 5982 | { |
| 5983 | CheckClear(); |
| 5984 | if ( !m_pVRInput ) |
| 5985 | { |
| 5986 | EVRInitError eError; |
| 5987 | m_pVRInput = (IVRInput *)VR_GetGenericInterface( IVRInput_Version, &eError ); |
| 5988 | } |
| 5989 | return m_pVRInput; |
| 5990 | } |
| 5991 | |
| 5992 | IVRIOBuffer *VRIOBuffer() |
| 5993 | { |
no test coverage detected