Show / Hide Table of Contents

    Struct VREvent_DualAnalog_t

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public struct VREvent_DualAnalog_t

    Fields

    transformedX

    Declaration
    public float transformedX
    Field Value
    Type Description
    System.Single

    transformedY

    Declaration
    public float transformedY
    Field Value
    Type Description
    System.Single

    which

    Declaration
    public EDualAnalogWhich which
    Field Value
    Type Description
    EDualAnalogWhich

    x

    Declaration
    public float x
    Field Value
    Type Description
    System.Single

    y

    Declaration
    public float y
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • transformedX
      • transformedY
      • which
      • x
      • y
    Back to top Copyright (c) Valve Corporation, All rights reserved.