| 5924 | } |
| 5925 | |
| 5926 | IVRExtendedDisplay *VRExtendedDisplay() |
| 5927 | { |
| 5928 | CheckClear(); |
| 5929 | if ( m_pVRExtendedDisplay == nullptr ) |
| 5930 | { |
| 5931 | EVRInitError eError; |
| 5932 | m_pVRExtendedDisplay = ( IVRExtendedDisplay * )VR_GetGenericInterface( IVRExtendedDisplay_Version, &eError ); |
| 5933 | } |
| 5934 | return m_pVRExtendedDisplay; |
| 5935 | } |
| 5936 | |
| 5937 | IVRSettings *VRSettings() |
| 5938 | { |
no test coverage detected