Search Results for

    Show / Hide Table of Contents

    Struct GamePadThumbSticks

    Represents the gamepad sticks.

    Namespace: Evergine.Common.Input
    Assembly: Evergine.Common.dll
    Syntax
    public struct GamePadThumbSticks

    Fields

    Left

    Left thumbstick axis values, ranging from -1.0f to 1.0f.

    Declaration
    public Vector2 Left
    Field Value
    Type Description
    Vector2

    Right

    Right thumbstick axis values, ranging from -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