Search Results for

    Show / Hide Table of Contents

    Struct GamePadThumbSticks

    Represents the game pad sticks.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public struct GamePadThumbSticks

    Fields

    Left

    Left thumbstick axis values, in the range -1.0f to 1.0f.

    Declaration
    public Vector2 Left
    Field Value
    Type Description
    Vector2

    Right

    Right thumbstick axis values, in the range -1.0f to 1.0f.

    Declaration
    public Vector2 Right
    Field Value
    Type Description
    Vector2

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX