MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / VRNotifications

Method VRNotifications

headers/openvr.h:6024–6033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6022 }
6023
6024 IVRNotifications *VRNotifications()
6025 {
6026 CheckClear();
6027 if ( !m_pVRNotifications )
6028 {
6029 EVRInitError eError;
6030 m_pVRNotifications = ( IVRNotifications * )VR_GetGenericInterface( IVRNotifications_Version, &eError );
6031 }
6032 return m_pVRNotifications;
6033 }
6034
6035 IVRIPCResourceManagerClient *VRIPCResourceManager()
6036 {

Callers 1

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected