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

Method VRDriverInput

headers/openvr_driver.h:4508–4516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected