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

Method GetCalibrationState

headers/openvr_api.cs:2927–2931  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2925 FnTable = (IVRChaperone)Marshal.PtrToStructure(pInterface, typeof(IVRChaperone));
2926 }
2927 public ChaperoneCalibrationState GetCalibrationState()
2928 {
2929 ChaperoneCalibrationState result = FnTable.GetCalibrationState();
2930 return result;
2931 }
2932 public bool GetPlayAreaSize(ref float pSizeX,ref float pSizeZ)
2933 {
2934 pSizeX = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected