(IntPtr pInterface)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected