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

Method GetHeadsetViewCropped

headers/openvr_api.cs:3911–3915  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3909 FnTable.SetHeadsetViewCropped(bCropped);
3910 }
3911 public bool GetHeadsetViewCropped()
3912 {
3913 bool result = FnTable.GetHeadsetViewCropped();
3914 return result;
3915 }
3916 public float GetHeadsetViewAspectRatio()
3917 {
3918 float result = FnTable.GetHeadsetViewAspectRatio();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected