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

Method CVRHeadsetView

headers/openvr_api.cs:3884–3887  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

3882{
3883 IVRHeadsetView FnTable;
3884 internal CVRHeadsetView(IntPtr pInterface)
3885 {
3886 FnTable = (IVRHeadsetView)Marshal.PtrToStructure(pInterface, typeof(IVRHeadsetView));
3887 }
3888 public void SetHeadsetViewSize(uint nWidth,uint nHeight)
3889 {
3890 FnTable.SetHeadsetViewSize(nWidth,nHeight);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected