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

Method GetHeadsetViewSize

headers/openvr_api.cs:3892–3897  ·  view source on GitHub ↗
(ref uint pnWidth,ref uint pnHeight)

Source from the content-addressed store, hash-verified

3890 FnTable.SetHeadsetViewSize(nWidth,nHeight);
3891 }
3892 public void GetHeadsetViewSize(ref uint pnWidth,ref uint pnHeight)
3893 {
3894 pnWidth = 0;
3895 pnHeight = 0;
3896 FnTable.GetHeadsetViewSize(ref pnWidth,ref pnHeight);
3897 }
3898 public void SetHeadsetViewMode(uint eHeadsetViewMode)
3899 {
3900 FnTable.SetHeadsetViewMode(eHeadsetViewMode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected