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

Method VRInput

headers/openvr.h:5981–5990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

VR_CALLTYPE VRInputFunction · 0.45

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected