• Articles
  • Tutorials
  • Api Documentation
  • Api Documentation

    Show / Hide Table of Contents

    Class CVRExtendedDisplay

    Inheritance
    System.Object
    CVRExtendedDisplay
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public class CVRExtendedDisplay

    Methods

    GetDXGIOutputInfo(ref Int32, ref Int32)

    Declaration
    public void GetDXGIOutputInfo(ref int pnAdapterIndex, ref int pnAdapterOutputIndex)
    Parameters
    Type Name Description
    System.Int32 pnAdapterIndex
    System.Int32 pnAdapterOutputIndex

    GetEyeOutputViewport(EVREye, ref UInt32, ref UInt32, ref UInt32, ref UInt32)

    Declaration
    public void GetEyeOutputViewport(EVREye eEye, ref uint pnX, ref uint pnY, ref uint pnWidth, ref uint pnHeight)
    Parameters
    Type Name Description
    EVREye eEye
    System.UInt32 pnX
    System.UInt32 pnY
    System.UInt32 pnWidth
    System.UInt32 pnHeight

    GetWindowBounds(ref Int32, ref Int32, ref UInt32, ref UInt32)

    Declaration
    public void GetWindowBounds(ref int pnX, ref int pnY, ref uint pnWidth, ref uint pnHeight)
    Parameters
    Type Name Description
    System.Int32 pnX
    System.Int32 pnY
    System.UInt32 pnWidth
    System.UInt32 pnHeight
    In This Article
    • Methods
      • GetDXGIOutputInfo(ref Int32, ref Int32)
      • GetEyeOutputViewport(EVREye, ref UInt32, ref UInt32, ref UInt32, ref UInt32)
      • GetWindowBounds(ref Int32, ref Int32, ref UInt32, ref UInt32)
    Back to top Copyright (c) Valve Corporation, All rights reserved.