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

Function VR_CALLTYPE VRInput

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

Source from the content-addressed store, hash-verified

6089 inline IVRTrackedCamera *VR_CALLTYPE VRTrackedCamera() { return OpenVRInternal_ModuleContext().VRTrackedCamera(); }
6090 inline IVRDriverManager *VR_CALLTYPE VRDriverManager() { return OpenVRInternal_ModuleContext().VRDriverManager(); }
6091 inline IVRInput *VR_CALLTYPE VRInput() { return OpenVRInternal_ModuleContext().VRInput(); }
6092 inline IVRIOBuffer *VR_CALLTYPE VRIOBuffer() { return OpenVRInternal_ModuleContext().VRIOBuffer(); }
6093 inline IVRSpatialAnchors *VR_CALLTYPE VRSpatialAnchors() { return OpenVRInternal_ModuleContext().VRSpatialAnchors(); }
6094 inline IVRNotifications *VR_CALLTYPE VRNotifications() { return OpenVRInternal_ModuleContext().VRNotifications(); }

Callers

nothing calls this directly

Calls 1

VRInputMethod · 0.45

Tested by

no test coverage detected