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

Method IsHmdPresent

headers/openvr_api.cs:4852–4853  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4850 [DllImportAttribute("openvr_api", EntryPoint = "VR_ShutdownInternal", CallingConvention = CallingConvention.Cdecl)]
4851 internal static extern void ShutdownInternal();
4852 [DllImportAttribute("openvr_api", EntryPoint = "VR_IsHmdPresent", CallingConvention = CallingConvention.Cdecl)]
4853 internal static extern bool IsHmdPresent();
4854 [DllImportAttribute("openvr_api", EntryPoint = "VR_IsRuntimeInstalled", CallingConvention = CallingConvention.Cdecl)]
4855 internal static extern bool IsRuntimeInstalled();
4856 [DllImportAttribute("openvr_api", EntryPoint = "VR_RuntimePath", CallingConvention = CallingConvention.Cdecl)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected