Search Results for

    Show / Hide Table of Contents

    Struct GamePadTriggers

    Represents the gamepad triggers.

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

    Fields

    Left

    Left trigger value, in the range of 0.0 to 1.0.

    Declaration
    public float Left
    Field Value
    Type Description
    float

    Right

    Right trigger value, in the range of 0.0 to 1.0f.

    Declaration
    public float Right
    Field Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX